Блог пользователя shanto_bangladesh

Автор shanto_bangladesh, история, 2 года назад, По-английски

One of the feature of Codeforces I really wonder about is how the difficulty level of a problem is determined? Is it by any mathematical calculation, or manual estimation? Why the tags of a problem is not published just after the contest? Thanks for reading this blog. I will really appreciate your helps and insights.

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

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

how the difficulty level of a problem is determined

Number of people solved the problem within what range of time

Why the tags of a problem is not published just after the contest

A problem can be solved in number of ways.Suppose author did it greedily but some contestant did it with DP.Then the tags will be greedy & DP. Thats why it takes time to define the problem tags.

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

Tags are edited by the community.

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

    But , not everyone has the tag edit access. Do there are special members/admins for those type of tasks?

    • »
      »
      »
      2 года назад, # ^ |
      Rev. 2   Проголосовать: нравится +6 Проголосовать: не нравится

      Div 1 coders (rating $$$\geq 1900$$$) have tag edit access provided that they have solved a "recently" added problem, such as a problem from a recent contest. Source