Misbah2019's blog

By Misbah2019, history, 4 hours ago, In English

Coding at the first time in my life was an exciting moment.It was an amazing experience in my life.

  • Vote: I like it
  • +2
  • Vote: I do not like it

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

I want to start coding and I have solved one problem already.Can you please tell me how can i improve my coding skills?

  • »
    »
    91 minute(s) ago, # ^ |
      Vote: I like it 0 Vote: I do not like it

    Try starting with div4 contests, since they're designed for beginners. I would also recommend using C++ instead of C, since you'll need some of the standard library features like vectors, sets, and maps. Each time you solve a problem, try to look at the submission leaderboards and read grandmasters' solutions, that way you'll start picking up on new techniques quickly.