Module pywander.algorithm.sort.select_sort

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

Functions

def select_sort(seq)
def select_sort2(seq)

:param seq: :return: