abugasavio / hackzor

Automatically exported from code.google.com/p/hackzor
0 stars 0 forks source link

Implement better ranking #9

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Current ranking sorts only based on scores. This is obviously inefficient
as there is no way to resolve ties in this method. Implement a better
ranking algorithm changing the models if necessary

Original issue reported on code.google.com by ravehan...@gmail.com on 16 Jan 2007 at 9:01

GoogleCodeExporter commented 8 years ago
A ranking based on the following rules would be appropriate:

1. Based on Total Score. Greater is better.
2. Based on Number of attempts. Lesser is better.
3. Based on Last Accepted Attempt. Lesser is better.
4. *This should not occur* Sum total of time taken for each attempt (from 
contest
start time). Lesser is better.

Original comment by prashmo...@gmail.com on 17 Jan 2007 at 5:33

GoogleCodeExporter commented 8 years ago

Original comment by ravehan...@gmail.com on 10 Nov 2007 at 1:43

GoogleCodeExporter commented 8 years ago
Removing owner for prioritizing 

Original comment by ravehan...@gmail.com on 31 Jan 2008 at 12:46