Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 176 Bytes

File metadata and controls

6 lines (5 loc) · 176 Bytes

Fibonacci_Numbers

This program compute Fibonacci Numbers up to Integer.MAX_VALUE
Time complexity: O(log(n))

To Run:
run the program with shell script ./fibonacci