Check-in [ffb139e305]
Overview
Comment:Dropped the Nth method and return a populated slice by fibonacci.New(size). Changed all access to direct indexing. CC at 100%
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA1: ffb139e305ddf74bb722ba46665ea7520d9c8daa
User & Date: spaskalev on 2014-12-30 22:59:23
Other Links: manifest | tags
Context
2015-01-01
04:58
Added fibonacci.Writer(io.Writer) io.Writer that encodes bytes. check-in: 93fcb281a1 user: spaskalev tags: trunk
2014-12-30
22:59
Dropped the Nth method and return a populated slice by fibonacci.New(size). Changed all access to direct indexing. CC at 100% check-in: ffb139e305 user: spaskalev tags: trunk
15:01
Minor opmitization to fibonacci's decoding. Changed plaindiff to show line numbers starting from 1. check-in: 9f5054e305 user: spaskalev tags: trunk
Changes