Skip to content

Commit 39eebae

Browse files
github-actionsgithub-actions
authored andcommitted
updating DIRECTORY.md
1 parent e0c3c17 commit 39eebae

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

DIRECTORY.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,9 +85,10 @@
8585
* [Bubblesort](https://github.com/TheAlgorithms/Go/blob/master/sorts/bubblesort.go)
8686
* [Countingsort](https://github.com/TheAlgorithms/Go/blob/master/sorts/countingsort.go)
8787
* [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)
8989
* [Merge Sort](https://github.com/TheAlgorithms/Go/blob/master/sorts/merge_sort.go)
9090
* [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)
9192
* [Selection Sort](https://github.com/TheAlgorithms/Go/blob/master/sorts/selection_sort.go)
9293
* [Shell Sort](https://github.com/TheAlgorithms/Go/blob/master/sorts/shell_sort.go)
9394
* [Sorts Case Test](https://github.com/TheAlgorithms/Go/blob/master/sorts/sorts_case_test.go)

0 commit comments

Comments
 (0)