Skip to content

Commit d45c4b0

Browse files
github-actionsgithub-actions
authored andcommitted
updating DIRECTORY.md
1 parent cc2521b commit d45c4b0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

DIRECTORY.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,10 +62,10 @@
6262
* [Search Test](https://github.com/TheAlgorithms/Go/blob/master/searches/search_test.go)
6363

6464
## 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)
6767
* [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)
6969
* [Merge Sort](https://github.com/TheAlgorithms/Go/blob/master/sorts/merge_sort.go)
7070
* [Quick Sort](https://github.com/TheAlgorithms/Go/blob/master/sorts/quick_sort.go)
7171
* [Selection Sort](https://github.com/TheAlgorithms/Go/blob/master/sorts/selection_sort.go)

0 commit comments

Comments
 (0)