mirror of
https://github.com/trekhleb/javascript-algorithms.git
synced 2025-07-13 15:33:45 +08:00
Refactor algorithms structure.
This commit is contained in:
@ -13,7 +13,8 @@
|
||||
|
||||
## [Algorithms](https://github.com/trekhleb/javascript-algorithms/tree/master/src/algorithms)
|
||||
|
||||
1. [Fibonacci Number](https://github.com/trekhleb/javascript-algorithms/tree/master/src/algorithms/fibonacci)
|
||||
* Math
|
||||
* [Fibonacci Number](https://github.com/trekhleb/javascript-algorithms/tree/master/src/algorithms/math/fibonacci)
|
||||
|
||||
## Running Tests
|
||||
|
||||
|
Reference in New Issue
Block a user