Skip to content

rnels12/sorting-algos

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

A list of simple implementations of sorting algorithms.
All sorting functions are inside sort.py.
Available sorting algorithms:

  • Bubble sort
  • Quick sort
  • Merge sort
  • Selection sort
  • Insertion sort

Detailed description and the comparision of their compplexities can be found in the following wiki:

https://en.wikipedia.org/wiki/Sorting_algorithm

Releases

No releases published

Packages

No packages published

Languages