Algorithms and Data Structures implemented in JavaScript for beginners, following best practices.
COMMITS
/ Maths/test/Fibonacci.test.js October 3, 2023
R
feat: Test running overhaul, switch to Prettier & reformat everything (#1407)
Roland Hummel committed
September 19, 2023
M
added fibonacci using formula along with test cases (#1358)
Madhurendra Nath Tiwari committed
June 27, 2022
R
`Fibonacci.js` overhaul (#1049)
Ricardo Fernández Serrata committed
October 5, 2021
K
fixed some spellings
Keshav Bohra committed
December 20, 2020
R
Add extra testcases for Fibonacci and improve code (#544)
rahul1995 committed
October 30, 2020
R
Add O(log n) algorithm using matrix exponentiation to find n-th fibonacci
Rahul Jain committed
October 11, 2020
E
Add tests to Math (#423)
Ephraim Atta-Duncan committed