Skip to content

Commit 49d2216

Browse files
[Feat] Update README to reflect new algorithms (TheAlgorithms#97)
* feat: update readme to reflect new algorithms * Update README.md Co-authored-by: Anshul <malikanshul29@gmail.com>
1 parent d7c45b9 commit 49d2216

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ These are for demonstration purposes only.
4444
- Directed _(Not implemented yet)_
4545
- Undirected _(Not implemented yet)_
4646
- Trie _(Not implemented yet)_
47-
- Binary Tree _(Not implemented yet)_
47+
- [Binary Search Tree](./src/data_structures/binary_search_tree.rs)
4848
- [B-Tree](./src/data_structures/b_tree.rs)
4949
- AVL Tree _(Not implemented yet)_
5050

@@ -58,7 +58,7 @@ These are for demonstration purposes only.
5858
- [Convex Hull: Graham Scan](./src/general/convex_hull.rs)
5959
- N-Queensp _(Not implemented yet)_
6060
- Graph Coloringp _(Not implemented yet)_
61-
- Tower of Hanoip _(Not implemented yet)_
61+
- [Tower of Hanoi](./src/general/hanoi.rs)
6262

6363
## [Search Algorithms](./src/searching)
6464

0 commit comments

Comments
 (0)