Skip to content

ankushsawant/sorting_algorithms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Simple Sorting Algorithms in Python

  1. Bubble Sort
  2. Insertion Sort
  3. Merge Sort
  4. Quick Sort
  5. Selection Sort

All the sorting algorithms run in parallel, and are given the same set of 1000 random numbers. As soon as each algorithm completes execution, it reports the execution time in seconds.

About

Simple Sorting Algorithms in Python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages