Hi,
I've started running a programming competition at work and need a little help working out how to distribute points between the entrants.
75 points are on offer for execution time. I had initially decided that the slowest gets 0 points and the fastest gets 75, everyone else gets a proportion based on where they sit between fastest and slowest. However one entry is taking significantly longer ( 250secs for most, this one is going on over 1hr!), so using the stated method means everyone but this one gets 75points (I'm not going to enough decimal places to make them actually different).
Any ideas how I could distribute the points?
I've started running a programming competition at work and need a little help working out how to distribute points between the entrants.
75 points are on offer for execution time. I had initially decided that the slowest gets 0 points and the fastest gets 75, everyone else gets a proportion based on where they sit between fastest and slowest. However one entry is taking significantly longer ( 250secs for most, this one is going on over 1hr!), so using the stated method means everyone but this one gets 75points (I'm not going to enough decimal places to make them actually different).
Any ideas how I could distribute the points?