File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 85
85
* [ Bubblesort] ( https://github.com/TheAlgorithms/Go/blob/master/sorts/bubblesort.go )
86
86
* [ Countingsort] ( https://github.com/TheAlgorithms/Go/blob/master/sorts/countingsort.go )
87
87
* [ Heap Sort] ( https://github.com/TheAlgorithms/Go/blob/master/sorts/heap_sort.go )
88
- * [ Insertionsort ] ( https://github.com/TheAlgorithms/Go/blob/master/sorts/insertionsort .go )
88
+ * [ Insertion Sort ] ( https://github.com/TheAlgorithms/Go/blob/master/sorts/insertion_sort .go )
89
89
* [ Merge Sort] ( https://github.com/TheAlgorithms/Go/blob/master/sorts/merge_sort.go )
90
90
* [ Quick Sort] ( https://github.com/TheAlgorithms/Go/blob/master/sorts/quick_sort.go )
91
+ * [ Radix Sort] ( https://github.com/TheAlgorithms/Go/blob/master/sorts/radix_sort.go )
91
92
* [ Selection Sort] ( https://github.com/TheAlgorithms/Go/blob/master/sorts/selection_sort.go )
92
93
* [ Shell Sort] ( https://github.com/TheAlgorithms/Go/blob/master/sorts/shell_sort.go )
93
94
* [ Sorts Case Test] ( https://github.com/TheAlgorithms/Go/blob/master/sorts/sorts_case_test.go )
You can’t perform that action at this time.
0 commit comments