File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ print(binary_search(arr, 3))
61
61
- [ Binary Search] ( https://python.allalgorithms.com/searches/binary-search )
62
62
- [ Fibonacci Search] ( https://python.allalgorithms.com/searches/fibonacci-search )
63
63
- [ Jump Search] ( https://python.allalgorithms.com/searches/jump-search )
64
-
64
+
65
65
- ### Sorting
66
66
- [ Bubble Sort] ( https://python.allalgorithms.com/sorting/bubble-sort )
67
67
- [ Cocktail Shaker Sort] ( https://python.allalgorithms.com/sorting/cocktail-shaker-sort )
@@ -75,7 +75,7 @@ print(binary_search(arr, 3))
75
75
76
76
# Related
77
77
78
- - [ allalgorithms-javascript ] ( https://github.com/abranhe/allalgorithms-javascript ) : All ▲lgorithms Javascript library
78
+ - [ allalgorithms-js ] ( https://github.com/abranhe/allalgorithms-js ) : All ▲lgorithms Javascript library
79
79
80
80
# Maintainers
81
81
You can’t perform that action at this time.
0 commit comments