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

Автор Chishti123, история, 5 часов назад, По-английски

How to improve in logic building ?? Unable to solve A , B and C in DIV 2 , but can solve A,B in DIV 3 and A-D in DIV4 . Please help me . Any suggestions how to improve ??

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

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

Practice is the Key. Go to every single contest. And try to solve A,B,C. Do Virtual Contests. See how you perform. If you are doing these constantly but have no improvement, you need to learn new algorithms. But in the newbie level, Practicing is the key.

When you are solving problems, after like 2 hours of failure, read the editorial. Do Not read the code. Try to code yourself

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

    okay

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

      solve 50..900 rated... 50 ..1000 rated... 50 .. 1100 rated... 50.. 1200 rated... 50.. 1300 rated... 25... 1400 rated... then complete the DSA... then jump back to 1500, 1600... along with all these keep giving contest on atcoder and cf

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

If you're trying to improve at div 2 contests, I would recommend practicing all old contests with a difficulty greater than or equal to div 2, but that are not too hard (for example, div 2, div 1+div 2, maybe div 1).

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

Mike had an interesting blog that you can check it.

My tip is analyzing the example tests for deeper understand the problem and know what's the solution trying to do.

And like others, practice makes perfect.