Algorithms and Data Structures implemented in JavaScript for beginners, following best practices.
COMMITS
/ Maths/Fibonacci.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
May 21, 2021
R
style: Fixed most styles (according to standardjs)
Rak Laptudirm committed
December 20, 2020
R
Add extra testcases for Fibonacci and improve code (#544)
rahul1995 committed
October 30, 2020
R
Make Fibonacci.js file comply with standard JS rules
Rahul Jain committed
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
May 9, 2020
S
Fibonacci without recursion added (#159)
Satzyakiz committed
May 6, 2020
I
Javascript/Math: editing file name
itsvinayak committed