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

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

So, Hey everyone, ive solved many problems on cf, atcoder, codechef and I'm 11 and im struggling to solve new problems or develop the type of thinking that others have, i recently participated in a div 2 contest in which i solved 0 problems and it was my first contest which was expected! But I'm struggling in competitive programming in over all, if you all could tell me some resources (not the kiddy ones, i've already surpassed that level), some kind of advice, that would be a great addition to my logical thinking and problem solving skills! Thankyou!

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

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

If you don't want kids level and want harder things, you can try cses.fi (I suggest getting better first, then try this), or easier, try leetcode.com

  • »
    »
    2 часа назад, скрыть # ^ |
     
    Проголосовать: нравится 0 Проголосовать: не нравится

    Yeah, i do leetcode, uhhm here's my account: https://leetcode.com/u/prayag123a/ and thanks for the platform cses.fi (by the way, i do that too)!

»
3 часа назад, скрыть # |
 
Проголосовать: нравится +5 Проголосовать: не нравится

You can practice on cses.fi, youknowwho.academy, and USACO, which are very helpful for improving your skills. You can also learn a lot of things from them.

»
27 минут назад, скрыть # |
 
Проголосовать: нравится 0 Проголосовать: не нравится

what you need now is observation skills.

Just practice 800-1200 level problems after learning some basic algorithms such as Prefix Sum, Binary Search, Two pointers, etc