Please enable JavaScript.
Coggle requires JavaScript to display documents.
Internal Sorting - Coggle Diagram
Internal Sorting
-
Merge Sort
-
split the list in half and sort the halves, then merge the sorted halves
-
Selection Sort
-
Repeats starting with the second element, then repeat n-2 times and the list is sorted
-
Sorting Terminology
-
-
Usually we compare the running times, but there are cases that this can be different