/elo_ranker

A sorting method that uses the Elo Sort system, originally designed to rank chess players. Potentially more accurate than Merge Sort, though will take much longer as it needs to compare every single combination of items.

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

No issues in this repository yet.