Any advice or suggestion following which I can improve my implementation skills?Even though I have the logic this implementation part is diffcult to perform. Thank You
№ | Пользователь | Рейтинг |
---|---|---|
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 |
Страны | Города | Организации | Всё → |
№ | Пользователь | Вклад |
---|---|---|
1 | cry | 167 |
2 | Um_nik | 163 |
3 | maomao90 | 162 |
3 | atcoder_official | 162 |
5 | adamant | 159 |
6 | -is-this-fft- | 158 |
7 | awoo | 157 |
8 | TheScrasse | 154 |
9 | Dominater069 | 153 |
9 | nor | 153 |
Any advice or suggestion following which I can improve my implementation skills?Even though I have the logic this implementation part is diffcult to perform. Thank You
Название |
---|
by solving dear and thinking hard just not look on the solution and if so then see first few lines of codes of people like jiangly and try to think and then if also not then again see next 4-5 lines. never see complete code and if you are seeing complete code then implement it two days later by yourself it will improve your logic and thinking capabilities eventually making you better .
got it sir
I don't know why this is getting downvoted so easily, since there is a lot of stuff that people don't know that could help them implementing better.
Some ideas: - Don't mix thinking and coding. What I mean is that you should have everything pretty much clear before touching the keyboard, otherwise you might make changes to the code and everything will become messy really fast. - Break down your future implementation, in paper when needed, in pieces that you understand and those that you don't understand. Those parts that you don't completely understand, well divide them even more. - Be patient, don't rush to the keyboard. Always give an extra thought, and try to think of the easiest implementation possible. - Upsolve implementation with other people's code, you can catch some ideas that you missed. but only after you have accepted!!
noted sir
There is no shortcut to improve Implementation Skill without Practicing. So You have to Practice current rating + 200 or more rating Problems.
got it sir
There are several strategies to improve implementation skills.
My implementation skill is not so good too, but these advice would help you improving your implementation skills, I think.
noted sir
by implementing