pybsorts

Basic sorting algorithmes for arrays


Keywords
sort, array, basic, bubble, merge, quick, insertion, heap, semectop
License
Other
Install
pip install pybsorts==1.0

Documentation

Basic Sort Algorithmes

This contains the following basic sort algorithmes:

  • Bubble sort
  • Heap sort
  • Insertion sort
  • merge sort
  • quick sort
  • selection sort

The fonctions does alter the array sent in parameter. It returns a sorted version of it.

To use it: sudo pip install basicsorts

Algorithme source: http://rosettacode.org/wiki