Блог пользователя GGapa

Автор GGapa, история, 3 недели назад, По-английски

When I participate Div.2 contests, I can quickly come up with a solution(just D or E), but I can't handle the details very well. At the same time, I may write a lot of code that is so verbose that I can't debug it. What should I do, pls help me.

  • Проголосовать: нравится
  • +14
  • Проголосовать: не нравится

»
3 недели назад, # |
  Проголосовать: нравится 0 Проголосовать: не нравится

Auto comment: topic has been updated by GGapa (previous revision, new revision, compare).

»
3 недели назад, # |
  Проголосовать: нравится +18 Проголосовать: не нравится

Practice more

»
3 недели назад, # |
  Проголосовать: нравится +4 Проголосовать: не нравится

Just solve some problems requiring tough implementation.

»
3 недели назад, # |
  Проголосовать: нравится +37 Проголосовать: не нравится

try to make the implementation details clear in mind before writing code

»
3 недели назад, # |
  Проголосовать: нравится +3 Проголосовать: не нравится

Well, I've had the same problem for a while. The key is to be on paper, write the details on it, complete it and think about how do u implement this, like imagine almost everything that isn't ordinary. and just writing the facts u got on paper, with details will be helpful, since ur mind doesn't need to handle all the facts now, and writing it will give u a better understanding of it, since u try to shape it into words and sentences instead of it being a light bulb in ur mind.

»
3 недели назад, # |
  Проголосовать: нравится 0 Проголосовать: не нравится

You can write a C++ game yourself. After written some games my implementation skills improved a lot. (Well I think it's because when you are writing projects, your mind is very clear about what you are doing and what should do, and this is very important in CP)

Also you can participate in ABCs.