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 b9e3107 commit e369d22Copy full SHA for e369d22
DIRECTORY.md
@@ -27,9 +27,9 @@
27
## Sorts
28
* [Bubblesort](https://github.com/TheAlgorithms/Swift/blob/master/sorts/BubbleSort.swift)
29
* [Insertionsort](https://github.com/TheAlgorithms/Swift/blob/master/sorts/InsertionSort.swift)
30
+ * [Mergesort](https://github.com/TheAlgorithms/Swift/blob/master/sorts/MergeSort.swift)
31
* [Quicksort](https://github.com/TheAlgorithms/Swift/blob/master/sorts/QuickSort.swift)
32
* [Selectionsort](https://github.com/TheAlgorithms/Swift/blob/master/sorts/SelectionSort.swift)
- * [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