/algos-sorting

Sorting algorithms for my personal educational purpose

Primary LanguagePythonOtherNOASSERTION

sortalgos: Educational Algorithms for sorting

sortalgos is an Apache2 Licensed collection of typical sorting algorithms found in computer science courses.

Features

  • Quicksort

Installation

To install sortalgos, simply:

$ pip install sortalgos