Please enable JavaScript.
Coggle requires JavaScript to display documents.
2.1 Algorithms - Coggle Diagram
2.1 Algorithms
sorting algorithms
bubble sort
its the most easiest algorithm from the leftmost number, each number is compared to the number on the right.
-
merge sort
the order of equal elements, is the same in the input and the output.
-
-
-