qmwneb's blog

By qmwneb, history, 18 months ago, In English

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!

  • Vote: I like it
  • +3
  • Vote: I do not like it

| Write comment?
»
18 months ago, hide # |
 
Vote: I like it 0 Vote: I do not like it

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 months ago, hide # |
 
Vote: I like it -6 Vote: I do not like it

Unfortunately, thinking ability cannot be significantly improved.

»
18 months ago, hide # |
 
Vote: I like it +8 Vote: I do not like it

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

»
18 months ago, hide # |
 
Vote: I like it 0 Vote: I do not like it

Think more...

»
18 months ago, hide # |
 
Vote: I like it 0 Vote: I do not like it

Drink some thinking juice.

»
18 months ago, hide # |
 
Vote: I like it 0 Vote: I do not like it

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 months ago, hide # |
 
Vote: I like it 0 Vote: I do not like it

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 months ago, hide # |
 
Vote: I like it +3 Vote: I do not like it

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

»
18 months ago, hide # |
 
Vote: I like it 0 Vote: I do not like it

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