mohamedhany1024's blog

By mohamedhany1024, history, 4 years ago, In English

Hello, World! I am kind Of New To competitive Programming But i am not new To Programming In General.(My Background Of Programming was mostly JavaScript And Python) Does anyone recommend Any Upcoming Rated Contest That Is not very hard? I Took Codeforces round 670 div2 and it was really hard For me :( i know about Binary Search, Bubble Sort algrorithms and about arrays and stacks. But Still couldn't solve Problem A. Can Anyone Help Me Find A suitable Contest For Me?

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

| Write comment?
»
4 years ago, # |
  Vote: I like it +30 Vote: I do not like it

Division 3 should be easier. If you still cannot solve any problem, then solve easiest problems here. If you still cannot solve most of them, then you are probably missing one or both of the 2 things:

1)Implementation

2)Logic thinking and maths

For the first one, you can become better in it by learning the syntax of the language you are using. For the second one, I guess solving easy maths problems might work. But I don't think you are missing the second one assuming you are in high school or higher.

»
4 years ago, # |
  Vote: I like it +3 Vote: I do not like it

Atcoder beginners contests .

»
4 years ago, # |
  Vote: I like it 0 Vote: I do not like it

Try this course. Participate in more Div.2, Div.3 and Educational contests. Visual participation also helps

Also, it is impossible to know how easy/hard a contest will be beforehand since problems are only viewable after the contest starts.

  • »
    »
    4 years ago, # ^ |
      Vote: I like it +5 Vote: I do not like it

    Thank you so much for your help!!. I will definitely check the course Out!!

»
4 years ago, # |
  Vote: I like it +3 Vote: I do not like it

I started competitive on cf 6-7 months ago.Initially i was unable to solve even 1st question of div3. I practiced A and B level questions from junior training sheet and a2oj.com. It helped me lot.You should also try this it might be helpful for you also.