pracyplutus's blog

By pracyplutus, history, 5 months ago, In English

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?

  • Vote: I like it
  • -20
  • Vote: I do not like it

»
5 months ago, # |
  Vote: I like it 0 Vote: I do not like it

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

  • »
    »
    5 months ago, # ^ |
      Vote: I like it 0 Vote: I do not like it

    +

  • »
    »
    5 months ago, # ^ |
    Rev. 2   Vote: I like it 0 Vote: I do not like it

    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 months ago, # ^ |
        Vote: I like it 0 Vote: I do not like it

      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 months ago, # |
  Vote: I like it 0 Vote: I do not like it
  • 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 months ago, # |
  Vote: I like it +3 Vote: I do not like it

And do some virtual contests

»
5 months ago, # |
  Vote: I like it 0 Vote: I do not like it

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

»
3 months ago, # |
Rev. 2   Vote: I like it 0 Vote: I do not like it

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