8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0273a04 commit b2ab248Copy full SHA for b2ab248
DIRECTORY.md
@@ -29,6 +29,7 @@
29
* [Insertionsort](https://github.com/TheAlgorithms/Swift/blob/master/sorts/InsertionSort.swift)
30
* [Quicksort](https://github.com/TheAlgorithms/Swift/blob/master/sorts/QuickSort.swift)
31
* [Selectionsort](https://github.com/TheAlgorithms/Swift/blob/master/sorts/SelectionSort.swift)
32
+ * [MergeSort](https://github.com/TheAlgorithms/Swift/blob/master/sorts/MergeSort.swift)
33
34
## Trees
35
* [Tree](https://github.com/TheAlgorithms/Swift/blob/master/trees/tree.swift)
0 commit comments