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

Автор pracyplutus, история, 5 месяцев назад, По-английски

I observed lot of good coders could read and understand questions within seconds. I would have solved over 186 problems in leetcode(144 easy, 44 med, 2 hard), and over 200 problems on other sites in different accounts(including contests), still i can't comprehend questions faster. Even with some amount of practice, I find that, I am extremely slow in understanding simpler sentence. What is the technique which allows coder to read extremely fast and How one can one improve the speed of reading and understanding a problem?

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

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

solve more problems , you barely have done 30, it takes a lot more time

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

    +

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

    I would have solved over 186 problems in leetcode (144 easy, 44 med, 2 hard), and over 200 problems on other sites in different accounts(including contests), still i can't comprehend questions faster. Does it really improve with lot of practice or there is any other technique to it???

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

      well I used to leetcode too , but codeforces is a whole different ballgame. The wordings in codeforces are a lot more mathematical imo , so its just practice.

»
5 месяцев назад, # |
  Проголосовать: нравится 0 Проголосовать: не нравится
  • Don't read useless story in question.
  • Once you solve decent amount of problems, you'll start to see common pattern in questions.

But if you're a beginner don't try to speed read, you won't really understand the question, or worse, misunderstand it.

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

And do some virtual contests

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

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

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

Focus more on solving problems. It's nonsense when you read fast, but you aren't able to do it.