Skip to content

Commit ea49f86

Browse files
committed
README.md
1 parent c06dcd4 commit ea49f86

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
@@ -20,6 +20,6 @@ Data Structures and Algorithms Patterns implemented in Python.
2020
- [x] [Breadth First Search](Graphs/bfs.py)
2121
- [x] [Depth First Search](Graphs/dfs.py)
2222
- [x] [Searching Alogorithms](Searching-Algo)
23-
- [x] [Binary Search](Searching-Algo/binarysearch.py)
2423
- [x] [Linear Search](Searching-Algo/linearsearch.py)
24+
- [x] [Binary Search](Searching-Algo/binarysearch.py)
2525

0 commit comments

Comments
 (0)