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!
№ | Пользователь | Рейтинг |
---|---|---|
1 | tourist | 3993 |
2 | jiangly | 3743 |
3 | orzdevinwang | 3707 |
4 | Radewoosh | 3627 |
5 | jqdai0815 | 3620 |
6 | Benq | 3564 |
7 | Kevin114514 | 3443 |
8 | ksun48 | 3434 |
9 | Rewinding | 3397 |
10 | Um_nik | 3396 |
Страны | Города | Организации | Всё → |
№ | Пользователь | Вклад |
---|---|---|
1 | cry | 167 |
2 | Um_nik | 163 |
3 | maomao90 | 162 |
3 | atcoder_official | 162 |
5 | adamant | 159 |
6 | -is-this-fft- | 158 |
7 | awoo | 156 |
8 | TheScrasse | 154 |
9 | Dominater069 | 153 |
10 | nor | 152 |
Название |
---|
I use these 4 japanese tricks: 1) 問題だけに焦点を当てる 2)さまざまな解決策を考える 3)1つの解決策に留まらないでください 4)解決できない場合は、2分間リラックスしてください
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.
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://codeforces.me/blog/entry/133289 he has gone into more details of problem solving!
Unfortunately, thinking ability cannot be significantly improved.