Skip to content

Calculate 64-bit unsigned wrapping integer of n-th fibonacci.

Notifications You must be signed in to change notification settings

zakuzakukakigori/nth_fibonacci

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Calculate 64-bit unsigned wrapping integer of n-th fibonacci.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages