Bozo Sort
Term side of the Card
Topic: Inefficient Sorting Algorithms
Unit title: Bozo Sort
Categories: Algorithm, Concept
Explanation side of the Card
Explanation: The inefficient sorting algorithm that repeatedly swaps random pairs of elements until the list is sorted. Similar to Bogo Sort algorithm in its randomness and impracticality.