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 33[ ![ Build Status] ( https://travis-ci.org/trekhleb/javascript-algorithms.svg?branch=master )] ( https://travis-ci.org/trekhleb/javascript-algorithms )
44[ ![ codecov] ( https://codecov.io/gh/trekhleb/javascript-algorithms/branch/master/graph/badge.svg )] ( https://codecov.io/gh/trekhleb/javascript-algorithms )
55
6- ## Code Examples
7-
8- ### Data Structures
6+ ## Data Structures
97
1081 . [ Linked List] ( https://github.com/trekhleb/javascript-algorithms/tree/master/src/data-structures/linked-list )
1192 . [ Queue] ( https://github.com/trekhleb/javascript-algorithms/tree/master/src/data-structures/queue )
2523 * Binary Indexed Tree or Fenwick Tree
26249 . [ Graph] ( https://github.com/trekhleb/javascript-algorithms/tree/master/src/data-structures/graph )
2725
28- ### Algorithms
26+ ## Algorithms
2927
3028* ** Math**
3129 * [ 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