Изменения рейтингов за последние раунды временно удалены. Скоро они будут возвращены. ×

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

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

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 .

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

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

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

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

50 random mediums on leetcode

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

    i have more then 50 medium on leetcode random

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

      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

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

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

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

    leetcode and codeforces problems are vastly different in my opinion tho. You can be really good at leetcode mediums (theyre really simple and straight to the point) and still fail miserably at constructive/binary string problems

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

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

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

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

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

Read this pdf from Masataka Yoneda .

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

Just try to do some difficult problems and you will succeed!

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

You said in one of the comments that you have >50 leetcode mediums, so that means basic logic building you know, so now just take TLE eliminators sheet and start solving the 1200 rated problems one after another. Trust me it will help a lot. The link is here -> https://www.tle-eliminators.com/cp-sheet

Good Luck!!

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

    once done with 1200 move to 1300,then 1400 and so on.. at the same time practice standard probs and algos from time to time