Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upFibonacciHuge.java #1792
FibonacciHuge.java #1792
Conversation
the algorithm takes 2 long inputs first is n - the nth Fibonacci number second is m, calculates Fn modulo m, using Pisano sequence.
the algorithm takes 2 long inputs first is n - the nth Fibonacci number second is m, calculates Fn modulo m, using Pisano sequence.
Describe your change:
References
Checklist: