Hybrid
← Back to Sorting
Sorting algorithms that combine multiple strategies to leverage the strengths of each. They are widely used as default sorting implementations in modern programming languages.
Key Properties
Related
- Comparison-Based (building blocks)
- Non-Comparison (building blocks)