while solving problems , I discovered that sometimes I can't implement my idea in code and for this reason my rating is not improving also ....what should I do ?
# | User | Rating |
---|---|---|
1 | tourist | 4009 |
2 | jiangly | 3823 |
3 | Benq | 3738 |
4 | Radewoosh | 3633 |
5 | jqdai0815 | 3620 |
6 | orzdevinwang | 3529 |
7 | ecnerwala | 3446 |
8 | Um_nik | 3396 |
9 | ksun48 | 3390 |
10 | gamegame | 3386 |
# | User | Contrib. |
---|---|---|
1 | cry | 164 |
1 | maomao90 | 164 |
3 | Um_nik | 163 |
4 | atcoder_official | 160 |
4 | adamant | 160 |
6 | -is-this-fft- | 158 |
7 | awoo | 157 |
8 | TheScrasse | 154 |
8 | Dominater069 | 154 |
8 | nor | 154 |
while solving problems , I discovered that sometimes I can't implement my idea in code and for this reason my rating is not improving also ....what should I do ?
Name |
---|
Read jiangly 's code. (I don't dare to tag him.)
one suggestion is: when you find a problem that you try but can't implement, search other people code for the same problem and try to understand how they solved it, so when you find other problem like that you will at least have some idea to how implement it.
When you are saying "my idea", what exactly do you mean? For example, if your idea was something very vague like "this appears to be a DP problem" and later you read in the editorial that it was indeed a DP problem, then you can't say that you had the right idea. Was your idea actually detailed enough to start implementing it or are you basically deceiving yourself?
Or do you have a correct idea (later confirmed by the editorial), attempt to implement it, get wrong answers and then fail to debug your code?