Request to add an option to sort submissions by points.

As we all know, looking at the time taken for the previous submissions gives an approximation of the time complexity involved, but having to dig through a lot of partial points submissions is a big waste of time. I would like @admin to add a feature so that the submissions can be sorted wrt points.

2 Likes

Either that, or only full point submissions be shown when we sort by “AC”.

I think this feature is already there if I am not interpreting your question wrong.

Clicking on the “+” icon beside “Successful submissions” shows all the AC submissions sorted according to their scores(Time to break the ties)

alt text

Unfortunately, it does not show execution time there which is the most important thing :confused:

1 Like