We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c06dcd4 commit ea49f86Copy full SHA for ea49f86
README.md
@@ -20,6 +20,6 @@ Data Structures and Algorithms Patterns implemented in Python.
20
- [x] [Breadth First Search](Graphs/bfs.py)
21
- [x] [Depth First Search](Graphs/dfs.py)
22
- [x] [Searching Alogorithms](Searching-Algo)
23
- - [x] [Binary Search](Searching-Algo/binarysearch.py)
24
- [x] [Linear Search](Searching-Algo/linearsearch.py)
+ - [x] [Binary Search](Searching-Algo/binarysearch.py)
25
0 commit comments