Commit Graph

6 Commits

Author SHA1 Message Date
143c024968 Added linting, processed current snippets 2017-12-14 00:05:44 +02:00
a69bd30660 Update fibonacci-array-generator.md 2017-12-12 19:20:56 +02:00
1a6804f988 Update fibonacci-array-generator.md
The fibonacci sequence being zero indexed as well as the arrays, I think we could just initialize an array with the passed length, fill it with zeroes and use the indexes for the first positions.
2017-12-12 14:45:24 -02:00
2e9315b0ec Added samples 2017-12-12 17:50:08 +02:00
f4b2dc150e Change all snippets from var to const 2017-12-12 07:11:37 -05:00
2f6afaea73 Fibonacci and random 2017-11-30 19:45:56 +02:00