Module pywander.algorithm.sort

Sub-modules

pywander.algorithm.sort.bubble_sort
pywander.algorithm.sort.quick_sort
pywander.algorithm.sort.select_sort

select_sort nearly equal with the select_sort2, but the select_sort2 has a more understandable writing style.