8000 updating DIRECTORY.md · delphi1977/Swift@e369d22 · GitHub
[go: up one dir, main page]

Skip to content

Commit e369d22

Browse files
github-actionsgithub-actions
authored andcommitted
updating DIRECTORY.md
1 parent b9e3107 commit e369d22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

DIRECTORY.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@
2727
## Sorts
2828
* [Bubblesort](https://github.com/TheAlgorithms/Swift/blob/master/sorts/BubbleSort.swift)
2929
* [Insertionsort](https://github.com/TheAlgorithms/Swift/blob/master/sorts/InsertionSort.swift)
30+
* [Mergesort](https://github.com/TheAlgorithms/Swift/blob/master/sorts/MergeSort.swift)
3031
* [Quicksort](https://github.com/TheAlgorithms/Swift/blob/master/sorts/QuickSort.swift)
3132
* [Selectionsort](https://github.com/TheAlgorithms/Swift/blob/master/sorts/SelectionSort.swift)
32-
* [MergeSort](https://github.com/TheAlgorithms/Swift/blob/master/sorts/MergeSort.swift)
3333

3434
## Trees
3535
* [Tree](https://github.com/TheAlgorithms/Swift/blob/master/trees/tree.swift)

0 commit comments

Comments
 (0)
0