Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 276 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 276 Bytes

nth_fibonacci

Calculate 64-bit unsigned wrapping integer of n-th fibonacci. Fast doubling fibonacci algorithm is used for O(log(n)) time complexity.

Usage

cargo run -- -n 93
12200160415121876738