Y
Hacker News
new
|
ask
|
show
|
jobs
by
chaitanyav
3509 days ago
Product of Lucas Numbers Algorithm - "A fast algorithm for computing large Fibonacci numbers" -
https://pdfs.semanticscholar.org/9652/9e1fedb0a372b825215c7b...
1 comments
chaitanyav
3509 days ago
Also wrote a gem that implements this algorithm here
https://github.com/chaitanyav/fibonacci
link
user2994cb
3508 days ago
That's nice. Here's a (recursive) Python implementation:
http://ideone.com/z1sUp4
link