slarse / Python

All Algorithms implemented in Python
MIT License
0 stars 0 forks source link

Test in place sorting #83

Closed slarse closed 5 years ago

slarse commented 5 years ago

Tests for in-place sorting algorithms.

Also fixes a bug in comb_sort

Fix #48