/toy-qsort

A toy qsort for demostration and educational use.

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

toy qsort

A toy quick sort for demostrating python basics.

Planning to add more version of quicksorts, abstractions and correctness/performance test.