We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1560e91 commit a7283c0Copy full SHA for a7283c0
README.md
@@ -17,7 +17,7 @@ Data Structures and Algorithms implementation in Python.
17
- [x] [Singly Linked List](Data-Structures/Linked-List/Singly-Linked-List.py)
18
- [x] [Doubly Linked List](Data-Structures/Linked-List/Doubly-Linked-List.py)
19
- [x] [Tree](Data-Structures/Tree)
20
- - [x] [Binary Serach Tree](Data-Structures/Tree/Binary-Search-Tree.py)
+ - [x] [Binary Search Tree](Data-Structures/Tree/Binary-Search-Tree.py)
21
- [x] [Trie](Data-Structures/Trie/trie.py)
22
- [x] [Graphs](Data-Structures/Graphs)
23
- [x] [Graph(Using Adjacency List)](Data-Structures/Graphs/graphs-using-adjacency-list.py)
0 commit comments