|
|
back to boardCommon BoardSolution ratings are not considering the memory usage? Posted by ucs6 14 Nov 2012 00:15 It seems like the solution ratings are first sorted based on runtime, and then if a tie, on the time of submission which does not make too much sense. Maybe it should be sorted based on memory usage if a tie on runtime? Re: Solution ratings are not considering the memory usage? Posted by Bogatyr 14 Nov 2012 11:07 Rating based on time of submission gives incentive to be the first to solve new problems. I agree that including memory usage in rating makes sense though. Re: Solution ratings are not considering the memory usage? There is a bug. If you have multiple submissions of same execution time but different memory usage. The final solution ratings will be still showing the first submission even your second submission uses less memory at the same execution time. |
|
|