Skip to content

Commit e04399c

Browse files
github-actionsgithub-actions
authored andcommitted
updating DIRECTORY.md
1 parent cd4629e commit e04399c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

DIRECTORY.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@
4949

5050
## Sorts
5151
* [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)
5253
* [Heap Sort](https://github.com/TheAlgorithms/Go/blob/master/sorts/heap_sort.go)
5354
* [Insertion Sort](https://github.com/TheAlgorithms/Go/blob/master/sorts/insertion_sort.go)
5455
* [Merge Sort](https://github.com/TheAlgorithms/Go/blob/master/sorts/merge_sort.go)

0 commit comments

Comments
 (0)