Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 260 Bytes

File metadata and controls

7 lines (6 loc) · 260 Bytes

interactive-sort

a way of sorting a list in python, when whether one object is greater than another is subjective.

usage

from interactive_sort import interactive_sort ...and then use it. note: it doesn't sort in-place, but rather returns the sorted list.