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

Автор Libraion, история, 6 лет назад, По-английски

Hello Codeforces Community,

I have been thinking about a simple but intriguing question in my mind recently.

As day by day, we have many new contests with many new problems being made for us to do. So is there a time when all the ideas to make new problems are actually used up and there is no idea left to create a beautiful and new problem (that wasn't created before) ?. And then problem setters have to use some old ideas and problems of long time ago to create new contests for us (and this won't be interesting at all) ?

I wonder if this scenerio could be possible then?

Thanks for reading <3 <3.

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

»
6 лет назад, скрыть # |
 
Проголосовать: нравится +1 Проголосовать: не нравится

Bro scope of idea for new problem are unlimited.It may be hard to get new ideas but not impossible.So always there will be scope to new problems because as time passes then may be more new algorithm and data structures will be discovered. This is just my view.

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

You haven't attended a single contest and you are worried about repetition xd:)

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

I guess there are many problems that use concepts from old problems with just different wordings. It must be difficult to think of new Ideas everytime.

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

Just think about a little combinatorics. Suppose we have three basic color. Red , green , blue. How many new colors can be created using these colors and the colors that can be created from these colors and so on? Problem setting is just like this way. Happy Coding!