Comparison Sort
Term side of the Card
Topic: Sorting Algorithms
Unit title: Comparison Sort
Categories: Concept
Explanation side of the Card
Explanation: The type of sorting algorithms that determines the order of elements by comparing them. Includes methods like Quick Sort, Merge Sort and Bubble Sort.