CSC300: Comparison [2/8] Previous pageContentsNext page

Three aspects of comparison-based sorting:

  1. the data to be sorted
  2. how to compare two elements? (comparison algorithm)
  3. how to sort? (sorting algorithm)

Previous pageContentsNext page