Tournament Sort builds a tournament tree to repeatedly select the minimum (or maximum) element, making it an efficient way to sort when merging multiple streams of data.
Paradigm
Comparison / Tree-Based
Author
Computer Science Researchers
Tier
Time Complexity
Best
Avg
Worst
Space
O(n)
Properties