How much time I should spend to solve a problem before reading the editorial or see the solution on Youtube, Please give me a perfect advice so that I can save myself from wasting time.
# | User | Rating |
---|---|---|
1 | tourist | 3985 |
2 | jiangly | 3814 |
3 | jqdai0815 | 3682 |
4 | Benq | 3529 |
5 | orzdevinwang | 3526 |
6 | ksun48 | 3517 |
7 | Radewoosh | 3410 |
8 | hos.lyric | 3399 |
9 | ecnerwala | 3392 |
9 | Um_nik | 3392 |
# | User | Contrib. |
---|---|---|
1 | cry | 170 |
2 | maomao90 | 162 |
2 | Um_nik | 162 |
4 | atcoder_official | 160 |
5 | djm03178 | 158 |
5 | -is-this-fft- | 158 |
7 | adamant | 154 |
7 | Dominater069 | 154 |
9 | awoo | 153 |
10 | luogu_official | 152 |
How much time I should spend to solve a problem before reading the editorial or see the solution on Youtube, Please give me a perfect advice so that I can save myself from wasting time.
Name |
---|
20-40 minutes
Try to set a time limit like 20 minutes for A and 40 minutes for B (based on your Rating) ..
1. If you couldn't figure out the logic within your limit, look at the editorial and try to code the solution yourself.
2. If you could figure out the logic but couldn't code it within your limit, work on your implementation part.
Once you reach a stage when you solve comfortably within the time limit => just decrease the time limit by 5 minutes/ 10 minutes based on your confidence and repeat the same thing ..
Understaning editorials is generally not much easier than solving the problem. Some maybe simply try different task if you ran out of ideas on the current task?
try it for 1 hour, if you can't, read the editorial, if you still can't solve it, owari da, try this problem another day.