Orange072's blog

By Orange072, history, 22 months ago, In English

I just started this journey now. I'm just feeling that I'm really stupid. Others are performing really well on contests. I'm not many times able to pick up the AD-hoc idea for Div-2 B and many times not able to implement it clearly. I often implement it in really complex way which leads to wrong answers on edge cases and other silly small mistakes. And can I aim to become master? Haha I'm daydreaming too much.

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

| Write comment?
»
22 months ago, hide # |
 
Vote: I like it 0 Vote: I do not like it

at least you have ability to become pupil :) but I don't :(

»
22 months ago, hide # |
 
Vote: I like it +12 Vote: I do not like it

time

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

Practise.

I think it's a good idea for you to do the problems with *1000 difficultly.

Please excuse my English.

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

Hi, I really suggest you just try as many questions as possible, a lot of the concepts are appearing again and again with little changes, I suggest you will look at question from cses or here. I am in a competitive programing team for my country and that's the first thing they tell us, I know my rating is kind of lo because I just started but I hope you will get better and this will help you!

  • »
    »
    22 months ago, hide # ^ |
     
    Vote: I like it +1 Vote: I do not like it

    Thank you so much! today in div 3 contest I was able to solve 3 questions, but I made lot of silly mistakes, and which costs me too much time.

»
22 months ago, hide # |
 
Vote: I like it +7 Vote: I do not like it

In addition, I really suggest Cses its a great website and the questions really help and are similar to competitions! good luck with improving, you got this!

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

sorry, I'm talking that much, I was just in a similar situation. if you need help in completing the questions from today's comp, which I really suggest you do, and have a problem with it, write here and I will see if I can help you, you are not daydreaming, everyone starts some day, there are people here with years of experience, of course they will be better, but give it a month or two and if you practice you will see the changes. trust me I was in the same position a year ago! I hope to see you a master soon :)

  • »
    »
    22 months ago, hide # ^ |
     
    Vote: I like it +1 Vote: I do not like it

    To be honest, you are quite friendly. Thanks for your encouragement.

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

    buddy if you dont mind i also need some help , im also going through this!

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

      sure what question are you stuck on?

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

        im new here and its been a months ig and i'm only able to solve 800 and some of the 900 questions, and i feel im progressing very slowly, and i often think that even im doing right and if im on the right track. What should we do when we are stuck at some point, And another thing that is that enough if i only solve question on codeforces level wise without learning any new concepts from yt but from questions itself

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

          I would learn data structures as most question above 1000 invlove knowing more complex data structures so that algorithem can run faster wth the terms of the question, good data structers are map, set, segmant tree, and vectors, I would learn about those and their uses, I would als look up some basic algorithm whic are very common, like binary search, two pointers, dfs and bfs on graphs and dixtera, you can go to cses to solve sme question with basic but importent concepts, I suggest to do sorting and searching and dp question!!!

»
22 months ago, hide # |
 
Vote: I like it -8 Vote: I do not like it

us bro us

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

https://mirror.codeforces.com/catalog/ see General Advice/How to come up with solutions?/How to practice?

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

solve problems ranging from 1000 to 1600 for ur current rating

»
22 months ago, hide # |
 
Vote: I like it +19 Vote: I do not like it

Whatever practice you think you need to get some level, you likely need 10x more.

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

I totally get it

and it's not even like you're gonna become green or blue and like, NOT come down to newbie again. I've joined the community for around 7 or 8 months now, and many friends of mine have had a better performance in probabbly less time. But the key is, in my opinion, just practicing and have a coding routine. solving problems alone is def good but contests are a whole other realm due to the fact that you know you're risking over ur beloved rating and all the time managment stress... guess that's just how people become good at it. Getting used to failures and believing in the process I guess?

-Btw I didnt mention learning new theoretic concepts cuz I guess that would be most trivial