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

Автор mohamedhany1024, история, 4 года назад, По-английски

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?

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

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

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 года назад, # |
  Проголосовать: нравится +3 Проголосовать: не нравится

Atcoder beginners contests .

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

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 года назад, # |
  Проголосовать: нравится +3 Проголосовать: не нравится

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.