tags:
- notes
- cs321
- school
- bsu
- data-structures
- algorithms
source: https://github.com/BoiseState/CS321-resources/blob/master/notes/amit/chapter08.pdf
created: 2024-11-03
What is comparison sort?
Comparison sort is a type of algorithm that is based only on comparisons between the input elements.
How can comparison sorts be viewed abstractly?
Comparison sorts can be viewed abstractly as decision trees.
...