summaryrefslogtreecommitdiff
path: root/games/py-ranking/DESCR
blob: 339aa33446bbe6a528b7393e43f0a405f8f2c63f (plain)
1
2
3
4
5
6
In most cases, enumerate (a Python standard function) is the best tool
to make a ranking. But how about tie scores?

This module implements Ranking that looks like enumerate but generates
ranks instead of indexes and various strategies to assign ranks to
tie scores.