manrajgrover / algorithms-js

Consumable Data Structures and Algorithms library in JavaScript
MIT License
198 stars 129 forks source link

Fibonacci recursive algorithm #76

Open nahitarules opened 5 years ago

nahitarules commented 5 years ago

Description of new feature, or changes

Checklist

Related Issues and Discussions

People to notify

nahitarules commented 5 years ago

Hello @manrajgrover I just submitted a pull request which I thought would fit the issue, implement math algorithms, but one of the tests is not passing and I'm not sure how to fix it, any feedback on how to fix it will be really appreciated.