8000 added merge sort in directory · delphi1977/Swift@b2ab248 · GitHub
[go: up one dir, main page]

Skip to content

Commit b2ab248

Browse files
committed
added merge sort in directory
1 parent 0273a04 commit b2ab248

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
@@ -29,6 +29,7 @@
2929
* [Insertionsort](https://github.com/TheAlgorithms/Swift/blob/master/sorts/InsertionSort.swift)
3030
* [Quicksort](https://github.com/TheAlgorithms/Swift/blob/master/sorts/QuickSort.swift)
3131
* [Selectionsort](https://github.com/TheAlgorithms/Swift/blob/master/sorts/SelectionSort.swift)
32+
* [MergeSort](https://github.com/TheAlgorithms/Swift/blob/master/sorts/MergeSort.swift)
3233

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

0 commit comments

Comments
 (0)
0