Блог пользователя ali.mashreghi

Автор ali.mashreghi, история, 9 лет назад, По-английски

Hello everyone,

I was thinking that the sorting of the submissions for a problem can be improved. Here is the case: Imagine that you want to learn Java language better. It is good if you can sort the submissions according to "Lang" attribute. Besides, in such a case you would probably prefer to see the code of those who have higher rankings. Therefore, you might want to first sort the submission by "Lang" and then sort it by the ranking of the person who has submitted the code.

Another solution could be the use of filters, so that you can only see the submissions with Java.

What do you think?

Any help, advice, or opinion is appreciated,

  • Проголосовать: нравится
  • 0
  • Проголосовать: не нравится

»
9 лет назад, # |
  Проголосовать: нравится +3 Проголосовать: не нравится

high rank people have short solution or fast solution.. so using those help me and i feel no need for extra rank features

  • »
    »
    9 лет назад, # ^ |
      Проголосовать: нравится 0 Проголосовать: не нравится

    Of course, and even if you try to go through Final Standings to find strong coders, you will still have to hold the mouse curse on the problem to see the language of submission which is very time consuming.

»
9 лет назад, # |
  Проголосовать: нравится 0 Проголосовать: не нравится

Auto comment: topic has been updated by ali.mashreghi (previous revision, new revision, compare).

»
9 лет назад, # |
  Проголосовать: нравится 0 Проголосовать: не нравится

Sorting according to problem A, B, C, D, E and F?

  • »
    »
    9 лет назад, # ^ |
      Проголосовать: нравится 0 Проголосовать: не нравится

    Yes, in the Dashboard the rightmost column of each problem is the people who have solved it. After clicking on that you see the submission list of that problem. The sorting/filtering of this list is what I am talking about.

»
9 лет назад, # |
  Проголосовать: нравится +3 Проголосовать: не нравится

Status page for contest allows filtering by language, verdict and problem. No sorting by ranking, but it allows sorting by code size, execution time, and submission time. Does that match your requirements?

  • »
    »
    9 лет назад, # ^ |
      Проголосовать: нравится 0 Проголосовать: не нравится

    I am actually aware of that, but I didn't know about Codeforces Enhancer. It will solve my problem. Thank you