Chishti123's blog

By Chishti123, history, 3 hours ago, In English

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 ??

  • Vote: I like it
  • 0
  • Vote: I do not like it

»
2 hours ago, # |
  Vote: I like it 0 Vote: I do not like it

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

  • »
    »
    78 minutes ago, # ^ |
      Vote: I like it 0 Vote: I do not like it

    okay

    • »
      »
      »
      51 minute(s) ago, # ^ |
      Rev. 3   Vote: I like it 0 Vote: I do not like it

      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

»
50 minutes ago, # |
  Vote: I like it 0 Vote: I do not like it

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).

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

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.