Skip to content

Commit a7283c0

Browse files
authored
Update README.md
1 parent 1560e91 commit a7283c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Data Structures and Algorithms implementation in Python.
1717
- [x] [Singly Linked List](Data-Structures/Linked-List/Singly-Linked-List.py)
1818
- [x] [Doubly Linked List](Data-Structures/Linked-List/Doubly-Linked-List.py)
1919
- [x] [Tree](Data-Structures/Tree)
20-
- [x] [Binary Serach Tree](Data-Structures/Tree/Binary-Search-Tree.py)
20+
- [x] [Binary Search Tree](Data-Structures/Tree/Binary-Search-Tree.py)
2121
- [x] [Trie](Data-Structures/Trie/trie.py)
2222
- [x] [Graphs](Data-Structures/Graphs)
2323
- [x] [Graph(Using Adjacency List)](Data-Structures/Graphs/graphs-using-adjacency-list.py)

0 commit comments

Comments
 (0)