Skip to content

My preferred method for sorting lists by user preference. A potentially more accurate albeit much slower method is Elo Sort.

License

Notifications You must be signed in to change notification settings

onekum/mergesort_ranker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

mergesort_ranker

My preferred method for sorting lists by user preference. A potentially more accurate albeit much slower method is Elo Sort.

Running

Run this command in the terminal; admin privileges are not required:

python mergesort.py item1 item2 item3 ...

The script takes the items for comparison as arguments upon execution. A theoretical infinite amount of items are allowed to be taken as arguments, but massive amounts of items will take computational power to sort as well as a longer time for the user to rank.

About

My preferred method for sorting lists by user preference. A potentially more accurate albeit much slower method is Elo Sort.

Topics

Resources

License

Stars

Watchers

Forks

Languages