Please enable JavaScript.
Coggle requires JavaScript to display documents.
2.1 Algorithms - Coggle Diagram
2.1 Algorithms
-
2.1.3 Sorting Algorithms
Bubble Sort
A bubble sort is a sorting algorithm where one data is compared to the one next to it and swapped accordingly.
-
Merge Sort
Merge sort is a sorting algorithm where the whole data string is continually broken in halves down to individual pieces, where it is then placed in order before being put back together.
Example:
Carry out a merge sort for: 4, 15, 2, 22, 1
-
-
-
-
-
-