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

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

Can anyone share how to improve your thinking ability? For example, what are some better methods or techniques for thinking structure?

Thank you very much for your help!

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

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

Try breaking a problem into sub problems like for example if a question asks you to find something about a parameter 'k' then maybe thinking what will happen if k is 1/0/2 etc, might help. This thing won't help you every time but most of the time it works! You should definitely check out this blog https://mirror.codeforces.com/blog/entry/133289 he has gone into more details of problem solving!

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

Unfortunately, thinking ability cannot be significantly improved.

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

Watch Um_nik screencasts, he is very vocal about his thought process, pretty easy to follow along.

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

Think more...

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

Drink some thinking juice.

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

It depends on, which level you want to ask?

Till 2100 (master) anyone can impove thinking ability, but beyond that, it may be impossible

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

Solve more problems!

You definitely can reach expert with enough practice because I am dumb as nails and I got it.

As for general intelligence, I think you can not improve it.

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

Don't see editorial if you want to improve your thinking ability.

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

Think more. Summarize more. Read editorial less unless you can't work it out. Do more independent research.