mirror of
https://github.com/trekhleb/javascript-algorithms.git
synced 2025-07-13 07:14:05 +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)
|
## [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
|
## Running Tests
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user