Skip to content

Commit e743c34

Browse files
authored
Add Binary Searcher class to README
1 parent c37e746 commit e743c34

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -151,6 +151,10 @@ If you wish to contribute to C# ALGORITHMS, then please make sure you check out
151151
* [PigeonHole Sort](Algorithms/Sorting/PigeonHoleSorter.cs)
152152
* [Quick Sort](Algorithms/Sorting/QuickSorter.cs)
153153

154+
#### Searching:
155+
156+
* [Binary Search](Algorithms/Search/BinarySearcher.cs)
157+
154158
#### Graphs:
155159

156160
* Graph Search:

0 commit comments

Comments
 (0)