@@ -17,17 +17,17 @@ See [Contributing.md](https://github.com/Sharpach/Algorithms/blob/master/CONTRIB
17
17
| [ B-tree] ( https://github.com/Sharpach/Algorithms/issues/34 ) |
18
18
| [ Splay tree] ( https://github.com/Sharpach/Algorithms/issues/40 ) |
19
19
| [ Binary heap] ( https://github.com/Sharpach/Algorithms/issues/7 ) | :heavy_check_mark : |
20
- | [ Topological sort] ( https://github.com/Sharpach/Algorithms/issues/2 ) |
20
+ | [ Topological sort] ( https://github.com/Sharpach/Algorithms/issues/2 ) | : heavy_check_mark : |
21
21
| [ Graph - DFS, BFS] ( https://github.com/Sharpach/Algorithms/issues/10 ) |
22
- | [ Knuth–Morris–Pratt string-searching algorithm] ( https://github.com/Sharpach/Algorithms/issues/9 ) | :heavy_check_mark :
22
+ | [ Knuth–Morris–Pratt string-searching algorithm] ( https://github.com/Sharpach/Algorithms/issues/9 ) | :heavy_check_mark : |
23
23
| [ Huffman coding] ( https://github.com/Sharpach/Algorithms/issues/1 ) |
24
- | [ Factorization] ( https://github.com/Sharpach/Algorithms/issues/41 ) | :heavy_check_mark :
24
+ | [ Factorization] ( https://github.com/Sharpach/Algorithms/issues/41 ) | :heavy_check_mark : |
25
25
| [ Dijkstra’s algorithm] ( https://github.com/Sharpach/Algorithms/issues/22 ) |
26
26
| [ A* ] ( https://github.com/Sharpach/Algorithms/issues/35 ) |
27
27
| [ Decision tree] ( https://github.com/Sharpach/Algorithms/issues/6 ) | :heavy_check_mark : |
28
28
| [ Segment tree] ( https://github.com/Sharpach/Algorithms/issues/23 ) | :heavy_check_mark : |
29
29
| [ Fowler–Noll–Vo hash function] ( https://github.com/Sharpach/Algorithms/issues/37 ) |
30
- | [ Red-Black tree] ( https://github.com/Sharpach/Algorithms/issues/33 ) | :heavy_check_mark :
31
- | [ Binary search tree] ( https://github.com/Sharpach/Algorithms/issues/3 ) | :heavy_check_mark :
32
- | [ Fenwick tree] ( https://github.com/Sharpach/Algorithms/pull/49 ) | :heavy_check_mark :
33
- | [ Catalan numbers] ( https://github.com/Sharpach/Algorithms/pull/48 ) | :heavy_check_mark :
30
+ | [ Red-Black tree] ( https://github.com/Sharpach/Algorithms/issues/33 ) | :heavy_check_mark : |
31
+ | [ Binary search tree] ( https://github.com/Sharpach/Algorithms/issues/3 ) | :heavy_check_mark : |
32
+ | [ Fenwick tree] ( https://github.com/Sharpach/Algorithms/pull/49 ) | :heavy_check_mark : |
33
+ | [ Catalan numbers] ( https://github.com/Sharpach/Algorithms/pull/48 ) | :heavy_check_mark : |
0 commit comments