qmwneb's blog

By qmwneb, history, 4 hours 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
  • +1
  • Vote: I do not like it

»
3 hours ago, # |
  Vote: I like it +1 Vote: I do not like it

I use these 4 japanese tricks: 1) 問題だけに焦点を当てる 2)さまざまな解決策を考える 3)1つの解決策に留まらないでください 4)解決できない場合は、2分間リラックスしてください

  • »
    »
    2 hours ago, # ^ |
      Vote: I like it +4 Vote: I do not like it

    Translating to English : 1) Focus only on the problems 2) think of different solutions 3) Don't stop at one solution 4) If you can't solve it, relax for 2 minutes.

»
17 minutes ago, # |
  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!

»
15 minutes ago, # |
  Vote: I like it 0 Vote: I do not like it

Unfortunately, thinking ability cannot be significantly improved.