slarse / Python

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

Test out of place sorting #82

Closed slarse closed 5 years ago

slarse commented 5 years ago

Adds test cases for out-of-place sorting algorithms.

Also fixes bucket_sort, merge_sort_fastest and tree_sort

timsort is expected to fail some tests as I did not have time to fix it.

Fix #50