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

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

Often times I am stuck on problems that I am doing here and on other online judges. I am wondering how others here seek help in those cases and who they ask. I have tried asking with Blog but it doesnt seem like a good method.

What are you all doing for help and where are you going and who are you asking?

Thanks

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

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

Join the Discord! http://codeforces.com/blog/entry/52778

It's very active and welcoming to all levels of participants.

People ask help with problems and get answers every day.

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

Before solving a problem, check if it has an editorial.

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

    Yes but I am sometimes not even able to understand the solution. Who should I ask in these cases and where? Thanks

    • »
      »
      »
      6 лет назад, # ^ |
      Rev. 2   Проголосовать: нравится 0 Проголосовать: не нравится

      I would say in the comments section of that particular problem, if it exists. But, actually, codeforces' blog is a good option too, people usually help when the posted doubt is interesting.

      Another options you can try: read accepted codes from another users (choose problems from a platform that make them public) and decrease the difficulties of the problems you are trying (but not much), so you can get experience and then solve harder problems easily; I recommend finding a good metric for finding easier problems (or better: problems at your level), like the ladders of a2oj or something else.

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

The key is, help yourself. If you cannot solve a problem, read the editorial. If you still cannot understand, try reading code from people who solve that problem already (if it is already available). If you still cannot understand, the problem is too hard for you. Try asking a friend for help. If that is not possible, then just skip the problem and try again another day.