File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change 3
3
[ ![ Build Status] ( https://travis-ci.org/trekhleb/javascript-algorithms.svg?branch=master )] ( https://travis-ci.org/trekhleb/javascript-algorithms )
4
4
[ ![ codecov] ( https://codecov.io/gh/trekhleb/javascript-algorithms/branch/master/graph/badge.svg )] ( https://codecov.io/gh/trekhleb/javascript-algorithms )
5
5
6
- ## Code Examples
7
-
8
- ### Data Structures
6
+ ## Data Structures
9
7
10
8
1 . [ Linked List] ( https://github.com/trekhleb/javascript-algorithms/tree/master/src/data-structures/linked-list )
11
9
2 . [ Queue] ( https://github.com/trekhleb/javascript-algorithms/tree/master/src/data-structures/queue )
25
23
* Binary Indexed Tree or Fenwick Tree
26
24
9 . [ Graph] ( https://github.com/trekhleb/javascript-algorithms/tree/master/src/data-structures/graph )
27
25
28
- ### Algorithms
26
+ ## Algorithms
29
27
30
28
* ** Math**
31
29
* [ Factorial] ( https://github.com/trekhleb/javascript-algorithms/tree/master/src/algorithms/math/factorial )
You can’t perform that action at this time.
0 commit comments