@@ -55,7 +55,7 @@ Whenever I face an interesting problem I document the algorithm that I learned t
55
55
* :white_check_mark : [ Maintaining Median] ( https://github.com/AladdinPerzon/Algorithms-Collection-Python/blob/master/Algorithms/other/median_maintenance.py ) ** - O(nlog(n))**
56
56
* :small_red_triangle : [ Huffman Algorithm] ( https://github.com/AladdinPerzon/Algorithms-Collection-Python/blob/master/Algorithms/other/Huffman/Huffman.py )
57
57
* :white_check_mark : [ :movie_camera : ] ( https://youtu.be/SmPxC8m0yIY ) [ Interval Scheduling] ( https://github.com/AladdinPerzon/Algorithms-Collection-Python/blob/master/Algorithms/other/interval_scheduling.py ) ** - O(nlog(n))**
58
- * :white_check_mark : [ Binary Search] ( https://github.com/AladdinPerzon/Algorithms-Collection-Python/blob/master/Algorithms/search /binarysearch.py ) ** - O(log(n))**
58
+ * :white_check_mark : [ Binary Search] ( https://github.com/AladdinPerzon/Algorithms-Collection-Python/blob/master/Algorithms/other /binarysearch.py ) ** - O(log(n))**
59
59
60
60
# Sorting algorithms
61
61
* :white_check_mark : [ Bubble sort] ( https://github.com/AladdinPerzon/Algorithms-Collection-Python/blob/master/Algorithms/sorting/bubblesort.py ) ** - O(n<sup >2</sup >)**
0 commit comments