Skip to content

Commit 2dce966

Browse files
authored
Updated the list.
1 parent 3febb5c commit 2dce966

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -17,17 +17,17 @@ See [Contributing.md](https://github.com/Sharpach/Algorithms/blob/master/CONTRIB
1717
| [B-tree](https://github.com/Sharpach/Algorithms/issues/34) |
1818
| [Splay tree](https://github.com/Sharpach/Algorithms/issues/40) |
1919
| [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: |
2121
| [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: |
2323
| [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: |
2525
| [Dijkstra’s algorithm](https://github.com/Sharpach/Algorithms/issues/22) |
2626
| [A*](https://github.com/Sharpach/Algorithms/issues/35) |
2727
| [Decision tree](https://github.com/Sharpach/Algorithms/issues/6) | :heavy_check_mark: |
2828
| [Segment tree](https://github.com/Sharpach/Algorithms/issues/23) | :heavy_check_mark: |
2929
| [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

Comments
 (0)