Skip to content

Commit 44a0622

Browse files
authored
Fix broken link in README (TheAlgorithms#426)
1 parent ea1a59f commit 44a0622

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Read our [Contribution Guidelines](CONTRIBUTING.md) before you contribute.
2929

3030
### Data Structures
3131
* [AVL Tree](./structure/avl/avl.go)
32-
* [Binary Tree](./structure/binarytree/btree.go)
32+
* [Binary Tree](./structure/binarysearchtree/bstree.go)
3333
* [Dynamic Array](./structure/dynamicarray/dynamicarray.go)
3434
* [Hashmap](./structure/hashmap/hashmap.go)
3535
* Linked-List

0 commit comments

Comments
 (0)