mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 09:48:00 -04:00
7 lines
267 B
Plaintext
7 lines
267 B
Plaintext
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.
|