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

Автор coderdhanraj, история, 22 месяца назад, По-английски

Hey Everyone,

Hope you all doing well, as we all know Codeforces is one of the best sites on the internet. I would like to suggest some features if codeforces can add then codeforces would become way better.

  • Hide Tags but show problem difficulty/rating option.
  • A rated/unrated registration policy. [I have seen this feature on atcoder.jp]
  • A streak ranking leaderboard (shows the coders having highest streak). [I have seen this feature on kenkooo.com]
  • An official dark theme.
  • Score distribution for gym/mashups contests, same as we see in a Div2/Div1/Global rounds.

These are just my personal suggestions. What additional feature would you suggest?

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

»
22 месяца назад, # |
  Проголосовать: нравится +37 Проголосовать: не нравится

I don't know if this is possible or not, but even spacing between two contests would be quite good

»
22 месяца назад, # |
  Проголосовать: нравится +16 Проголосовать: не нравится

An in-page submission text-area (like in AtCoder) would be helpful, if the ping goes high.
Also, filter standings by country / institution would also be nice.

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

For your first issue, this script might help.

»
22 месяца назад, # |
  Проголосовать: нравится +4 Проголосовать: не нравится

Also, another feature to show start time in very large and bold letters while registering

»
22 месяца назад, # |
  Проголосовать: нравится +15 Проголосовать: не нравится

I would like to see who added me as a friend.

»
22 месяца назад, # |
Rev. 3   Проголосовать: нравится 0 Проголосовать: не нравится

good ideas

but till we have the first option in the site, you can use some extensions wrote for that , or write a script yourself

extension for firefox

Unfortunately i cant find such thing or chrome, if you can plz tell us

»
22 месяца назад, # |
  Проголосовать: нравится +11 Проголосовать: не нравится

And rating system for the problem quality.

  • »
    »
    22 месяца назад, # ^ |
      Проголосовать: нравится +3 Проголосовать: не нравится

    agree!

    along with this is:

    • feature to up/down vote problems/contests

    • come up with metric for "popular", probably inspired by metric for contribution

    • feature to sort/filter problem-set by popularity

»
22 месяца назад, # |
  Проголосовать: нравится 0 Проголосовать: не нравится
  • feature to download a test case/set. This allows for easier local debugging and reduces the number of submissions on the server.

  • allow high rated users modify problem tags https://codeforces.com/blog/entry/104115

  • display more statistics for submissions, examples 1, 2

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

    Regarding first bullet:

    It was mentioned a number of times and the administration denied. To be honest, I do not remember the reasons. One of them is probably the following: hiding long tests makes it more difficult to steal ready problems — one should write his own generator, validator and so on.

    Regarding second bullet:

    Grandmasters already have ability to do it. However, it works only with recent problems. I think it's correct behaviour, it simplifies monitoring tags (suppose a bad high rated user removes all the tags from all the problems. How do you want to recover the system?)

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

    I think the first feature is more or less useless. I don't see a way where having an array of 1e5 ints will be helpful. I think a better way to approach this is by making stress test scripts.

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

A feature in virtual contest which will show your ranking(official & unofficial both) without taking any other virtual contestant submission into account.

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

I think Codeforces can make the members in a group able to talk to each other publicly in the group. And also add some more interesting (that is, it uses some basic algorithms but give a interesting way to think of the solution) problems in the contest.