Exchange Sort is a simple comparison-based sorting algorithm that compares each pair of elements and swaps them if they are in the wrong order.
Paradigm
Comparison / Swap
Author
Early Computer Science Practitioners
Tier
Time Complexity
Best
Avg
Worst
Space
O(1)
Properties