Skip to content

Compares 8 different algorithms through numerous experimental data sets to determine the use case for each

Notifications You must be signed in to change notification settings

Jairik/Sort-Analysis

Repository files navigation

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.

About

Compares 8 different algorithms through numerous experimental data sets to determine the use case for each

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published