We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd4629e commit e04399cCopy full SHA for e04399c
DIRECTORY.md
@@ -49,6 +49,7 @@
49
50
## Sorts
51
* [Bubble Sort](https://github.com/TheAlgorithms/Go/blob/master/sorts/bubble_sort.go)
52
+ * [Counting Sort](https://github.com/TheAlgorithms/Go/blob/master/sorts/counting_sort.go)
53
* [Heap Sort](https://github.com/TheAlgorithms/Go/blob/master/sorts/heap_sort.go)
54
* [Insertion Sort](https://github.com/TheAlgorithms/Go/blob/master/sorts/insertion_sort.go)
55
* [Merge Sort](https://github.com/TheAlgorithms/Go/blob/master/sorts/merge_sort.go)
0 commit comments