https://github.com/rmiguelkelly/fibonaccimatrix
Calculates the Fibonacci sequence in sublinear time
https://github.com/rmiguelkelly/fibonaccimatrix
Last synced: 7 months ago
JSON representation
Calculates the Fibonacci sequence in sublinear time
- Host: GitHub
- URL: https://github.com/rmiguelkelly/fibonaccimatrix
- Owner: rmiguelkelly
- Created: 2020-04-06T18:28:37.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-04-06T18:34:21.000Z (over 5 years ago)
- Last Synced: 2025-02-01T09:23:10.778Z (8 months ago)
- Language: Java
- Size: 1.95 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# FibonacciMatrix
Calculates the Fibonacci sequence in sublinear time