We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea1a59f commit 44a0622Copy full SHA for 44a0622
1 file changed
README.md
@@ -29,7 +29,7 @@ Read our [Contribution Guidelines](CONTRIBUTING.md) before you contribute.
29
30
### Data Structures
31
* [AVL Tree](./structure/avl/avl.go)
32
-* [Binary Tree](./structure/binarytree/btree.go)
+* [Binary Tree](./structure/binarysearchtree/bstree.go)
33
* [Dynamic Array](./structure/dynamicarray/dynamicarray.go)
34
* [Hashmap](./structure/hashmap/hashmap.go)
35
* Linked-List
0 commit comments