We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parent334a054 commitf0e5895Copy full SHA for f0e5895
readme.md
@@ -61,7 +61,7 @@ print(binary_search(arr, 3))
61
-[Binary Search](https://python.allalgorithms.com/searches/binary-search)
62
-[Fibonacci Search](https://python.allalgorithms.com/searches/fibonacci-search)
63
-[Jump Search](https://python.allalgorithms.com/searches/jump-search)
64
-
+
65
-###Sorting
66
-[Bubble Sort](https://python.allalgorithms.com/sorting/bubble-sort)
67
-[Cocktail Shaker Sort](https://python.allalgorithms.com/sorting/cocktail-shaker-sort)
@@ -75,7 +75,7 @@ print(binary_search(arr, 3))
75
76
#Related
77
78
--[allalgorithms-javascript](https://github.com/abranhe/allalgorithms-javascript): All ▲lgorithms Javascript library
+-[allalgorithms-js](https://github.com/abranhe/allalgorithms-js): All ▲lgorithms Javascript library
79
80
#Maintainers
81