Skip to content

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

Notifications You must be signed in to change notification settings

TimLeach635/interactive-sort

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

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.

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages