Please enable JavaScript.
Coggle requires JavaScript to display documents.
Sorting Algorithms - Coggle Diagram
Sorting Algorithms
- deeply studied
- solve how to sort an unsorted collection in ascending/descending order
- It can reduce complexity of problems
TYPES
bubble sort

detecting if the list is already sorted and stop the execution if so
-
-
-
-
quicksort
-
-
Example of quicksort
-