gurkiratcode's blog

By gurkiratcode, history, 3 months ago, In English

hey people out there , my question is , most of the time I am able to solve problem A in most of the DIV2 and DIV3 rounds but not able to solve B problem how can I upskill myself in order to solve more then one problem I am currently doing 900 and 1000 rated problem from last couple of days what should I learn and do for solving B problem in DIV2 .

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

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

You don't have to learn anything in particular to solve Div. 2 B, just practice more and maybe a little bit harder problems.

»
3 months ago, # |
  Vote: I like it +1 Vote: I do not like it

50 random mediums on leetcode

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

    i have more then 50 medium on leetcode random

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

      div2B is almost equal to leetcode medium, if you cant solve B in ~1.5 hours try to set a timer when pratice maybe it helps

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

      when you able to solve medium in ~40 min in average, you should be able to solve B in contest time

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

do more virtual participations and consistently solve B and C problems. Also make sure to upsolve one or two problems after a contest.

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

Div2 B problem often Math/Greedy/Implemtation. Then you should try to practice that type of topic more :)

»
3 months ago, # |
  Vote: I like it +3 Vote: I do not like it

Read this pdf from Masataka Yoneda .