elmarzouki / sorting-algorithms-performance-comparison

performance comparison among bunch of sorting algorithms it computes the time used in each algorithm to sort list of: Sorted numbers and Unsorted numbers

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sorting Algorithms Performance Comparison

summery:
performance comparison among bunch of sorting algorithms it computes
the time used in each algorithm to sort list of:

  • Sorted numbers.
  • Unsorted numbers.

input: the size of the numbers list.
output: the time each algorithm take to sort the numbers in ms.

About

performance comparison among bunch of sorting algorithms it computes the time used in each algorithm to sort list of: Sorted numbers and Unsorted numbers

License:GNU General Public License v3.0


Languages

Language:Python 100.0%