Base algorithms implemented in Python programming language.
Installation:
git clone git@github.com:NikolayBlokhin/algorithms.git
cd algorithms
virtualenv --no-site-packages -p python3 env
source ./env/bin/activate
https://en.wikipedia.org/wiki/Sorting_algorithm
- Bubble sort (two variants)
- Quick sort
- Merge sort