Skip to content

Commit

Permalink
Update readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
khusheekapoor authored May 31, 2021
1 parent 1dce924 commit 4ea15e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Algorithm/Searching_Sorting/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ Following are the types of searches which we will be discussing in this book.

## Questions :

* Binary Search ----> [Python](/Code/Python/Binary_Search.py)
* Binary Search ----> [Python](/Code/Python/Binary_Search.py) | [Java\(/Code/Java/binary_search.java)
* Book Allocation ----> [Java](/Code/Java/Book_Allocation.java)
* Bucket Sort ----> [Java](/Code/Java/Bucket_Sort.java)
* Counting Sort ----> [C++](/Code/C++/couting_sort.cpp)
Expand Down

0 comments on commit 4ea15e3

Please sign in to comment.