Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 506 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 506 Bytes

Sort Analysis Report

This expiremental report aimed at testing the following sorting algorithms in order to draw conclusions about each one:

  • Merge Sort (Comparison Sort)
  • Comb Sort (Comparison Sort)
  • Shell Sort (Comparison Sort)
  • Heap Sort (Comparison Sort)
  • Algorithm's Library Sort (Comparison Sort)
  • Radix Sort (Non-Comparison Sort)
  • Count Sort (Non-Comparison Sort)
  • Bucket Sort (Non-Comparison Sort)

The full testing procedures, results, and conclusions can be found in the Report PDF.