File tree Expand file tree Collapse file tree 2 files changed +18
-7
lines changed Expand file tree Collapse file tree 2 files changed +18
-7
lines changed Original file line number Diff line number Diff line change @@ -55,10 +55,16 @@ print(binary_search(arr, 3))
55
55
56
56
# Tree
57
57
58
- - Searches
58
+ - ### Searches
59
59
- [ Binary Search] ( searches/binary-search )
60
- - Sorting
61
- - [Merge Sort](sorting/merge-sort)
60
+ - ### Sorting
61
+ - [ Bubble Sort] ( sorting/bubble-sort )
62
+ - [ Cocktail Shaker Sort] ( sorting/cocktail-shaker-sort )
63
+ - [ Insertion Sort] ( sorting/insertion-sort )
64
+ - [ Merge Sort] ( sorting/merge-sort )
65
+ - [ Pidgeonhole Sort] ( sorting/pidgeonhole-sort )
66
+ - [ Selection Sort] ( sorting/selection-sort )
67
+ - [ Stooge Sort] ( sorting/stooge-sort )
62
68
63
69
64
70
# Related
Original file line number Diff line number Diff line change @@ -55,11 +55,16 @@ print(binary_search(arr, 3))
55
55
56
56
# Tree
57
57
58
- - Searches
58
+ - ### Searches
59
59
- [ Binary Search] ( https://python.allalgorithms.com/searches/binary-search )
60
- - Sorting
61
- - [Merge Sort](https://python.allalgorithms.com/sorting/merge-sort)
62
-
60
+ - ### Sorting
61
+ - [ Bubble Sort] ( https://python.allalgorithms.com/sorting/bubble-sort )
62
+ - [ Cocktail Shaker Sort] ( https://python.allalgorithms.com/sorting/cocktail-shaker-sort )
63
+ - [ Insertion Sort] ( https://python.allalgorithms.com/sorting/insertion-sort )
64
+ - [ Merge Sort] ( https://python.allalgorithms.com/sorting/merge-sort )
65
+ - [ Pidgeonhole Sort] ( https://python.allalgorithms.com/sorting/pidgeonhole-sort )
66
+ - [ Selection Sort] ( https://python.allalgorithms.com/sorting/selection-sort )
67
+ - [ Stooge Sort] ( https://python.allalgorithms.com/sorting/stooge-sort )
63
68
64
69
# Related
65
70
You can’t perform that action at this time.
0 commit comments