File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 62
62
* [ Search Test] ( https://github.com/TheAlgorithms/Go/blob/master/searches/search_test.go )
63
63
64
64
## Sorts
65
- * [ Bubble Sort ] ( https://github.com/TheAlgorithms/Go/blob/master/sorts/bubble_sort .go )
66
- * [ Counting Sort ] ( https://github.com/TheAlgorithms/Go/blob/master/sorts/counting_sort .go )
65
+ * [ Bubblesort ] ( https://github.com/TheAlgorithms/Go/blob/master/sorts/bubblesort .go )
66
+ * [ Countingsort ] ( https://github.com/TheAlgorithms/Go/blob/master/sorts/countingsort .go )
67
67
* [ Heap Sort] ( https://github.com/TheAlgorithms/Go/blob/master/sorts/heap_sort.go )
68
- * [ Insertion Sort ] ( https://github.com/TheAlgorithms/Go/blob/master/sorts/insertion_sort .go )
68
+ * [ Insertionsort ] ( https://github.com/TheAlgorithms/Go/blob/master/sorts/insertionsort .go )
69
69
* [ Merge Sort] ( https://github.com/TheAlgorithms/Go/blob/master/sorts/merge_sort.go )
70
70
* [ Quick Sort] ( https://github.com/TheAlgorithms/Go/blob/master/sorts/quick_sort.go )
71
71
* [ Selection Sort] ( https://github.com/TheAlgorithms/Go/blob/master/sorts/selection_sort.go )
You can’t perform that action at this time.
0 commit comments