mirror of
https://github.com/trekhleb/javascript-algorithms.git
synced 2025-07-06 17:44:08 +08:00
Update README.
This commit is contained in:
@ -3,9 +3,7 @@
|
|||||||
[](https://travis-ci.org/trekhleb/javascript-algorithms)
|
[](https://travis-ci.org/trekhleb/javascript-algorithms)
|
||||||
[](https://codecov.io/gh/trekhleb/javascript-algorithms)
|
[](https://codecov.io/gh/trekhleb/javascript-algorithms)
|
||||||
|
|
||||||
## Code Examples
|
## Data Structures
|
||||||
|
|
||||||
### Data Structures
|
|
||||||
|
|
||||||
1. [Linked List](https://github.com/trekhleb/javascript-algorithms/tree/master/src/data-structures/linked-list)
|
1. [Linked List](https://github.com/trekhleb/javascript-algorithms/tree/master/src/data-structures/linked-list)
|
||||||
2. [Queue](https://github.com/trekhleb/javascript-algorithms/tree/master/src/data-structures/queue)
|
2. [Queue](https://github.com/trekhleb/javascript-algorithms/tree/master/src/data-structures/queue)
|
||||||
@ -25,7 +23,7 @@
|
|||||||
* Binary Indexed Tree or Fenwick Tree
|
* Binary Indexed Tree or Fenwick Tree
|
||||||
9. [Graph](https://github.com/trekhleb/javascript-algorithms/tree/master/src/data-structures/graph)
|
9. [Graph](https://github.com/trekhleb/javascript-algorithms/tree/master/src/data-structures/graph)
|
||||||
|
|
||||||
### Algorithms
|
## Algorithms
|
||||||
|
|
||||||
* **Math**
|
* **Math**
|
||||||
* [Factorial](https://github.com/trekhleb/javascript-algorithms/tree/master/src/algorithms/math/factorial)
|
* [Factorial](https://github.com/trekhleb/javascript-algorithms/tree/master/src/algorithms/math/factorial)
|
||||||
|
Reference in New Issue
Block a user