Ranking methods: Difference between revisions

Content added Content deleted
Line 794: Line 794:
The task formulation doesn't seem to directly explain or determine the order of listing for players whose score is the same.
The task formulation doesn't seem to directly explain or determine the order of listing for players whose score is the same.


( This version chooses to use a secondary (alphabetic sort) after the numeric sort by score. This does, of course, affect the ordinal placements for some players)
( This version chooses to use a secondary (alphabetic) sort after the numeric sort by score. This does, of course, affect the ordinal placements for some players)


<lang JavaScript>(function () {
<lang JavaScript>(function () {