Resources that I followed to learn these topics | Competitive Programming

Поделиться
HTML-код
  • Опубликовано: 25 июн 2024
  • In this video, I have shared all the topics which I know till now and resources which I followed to learn them.
    If you have any queries, you can contact me on LinkedIn, I will definitely try to resolve your query.
    Document Link - docs.google.com/presentation/...
    About Me -
    I am Aniket, a third year CS student
    LinkedIn - / aniket-more-5a928822a
    Twitter - / an1ket_more
    Join telegram - t.me/aniketmorecp
    #leetcode #competitiveprogramming #codeforces #programming #datastructures #algorithm #codeforces

Комментарии • 47

  • @patilvishalpravin7627
    @patilvishalpravin7627 3 месяца назад +2

    Informative Content ✌

  • @shloksuman8164
    @shloksuman8164 3 месяца назад

    concise and informative !!

  • @avicious5190
    @avicious5190 3 месяца назад

    Thanks for this!

  • @shengki333
    @shengki333 Месяц назад +1

    So now I have summer vacation till my fifth semester starts so I am going to start with codeforces. Thank you so much aniket

  • @canandraj4211
    @canandraj4211 3 месяца назад

    Very good video 👏

  • @GauravPatil-js2in
    @GauravPatil-js2in 3 месяца назад

    Thanks Bro..!! ✌

  • @negasonicteenagewarhead
    @negasonicteenagewarhead 3 месяца назад

    Really helpful

  • @rohanpatil2605
    @rohanpatil2605 3 месяца назад

    Keep making content brother

  • @devvikramsingh7785
    @devvikramsingh7785 3 месяца назад +7

    How to practice observations in greedy adhoc problems. I find them the most challenging than any other . Great video as always
    😍

    • @aniketmore8789
      @aniketmore8789  3 месяца назад +7

      solve 1300-1500 difficulty problems. There is no trick to master greedy and ad-hoc problems, just need to solve more problems, so observation becomes more intuitive and eventually you will improve.

    • @mahmoudabdelazim7442
      @mahmoudabdelazim7442 2 месяца назад

      While solving also try to read proofs and try to think how the others get this intuition if you cannot get it .. what steps they do or what strategy they have .. that may help a lot

    • @rollercoaster9719
      @rollercoaster9719 29 дней назад

      ​@@aniketmore8789bro can you share list of best greedy/adhoc problems to solve

  • @subhamcoder
    @subhamcoder 2 месяца назад

    needed this

  • @wavyway7140
    @wavyway7140 3 месяца назад

    Thanks

  • @user-fm8jx
    @user-fm8jx 3 месяца назад +1

    Great....just include recursion

  • @shloksuman8164
    @shloksuman8164 3 месяца назад

    subscribed!

  • @tempregex8520
    @tempregex8520 2 месяца назад

    How did you balance in context switch involved in codeforces and leetcode? What would you prioritize when you have an upcoming interview? What woudl be a approach for a peson like me who is a beginner in cp but has decent knowledge of leetcode?

  • @Satish_deepvoice
    @Satish_deepvoice 2 месяца назад

    How many months will take to be good at

  • @giri_aditya_
    @giri_aditya_ 2 месяца назад

    Can you please give the link to ACD ladder?

  • @shengki333
    @shengki333 Месяц назад

    One additional question please that in cp their are specific math topics and some advance algorithms are required to solve higher level questions. But still it would be great help if you can tell most used math concepts

    • @aniketmore8789
      @aniketmore8789  Месяц назад +1

      Modular arithmetic, seive, euclidean gcd algorithm, lcm, binary exponential, combinatorics etc.

  • @shengki333
    @shengki333 Месяц назад

    Hi Ankit actually I am a complete beginner and just recently started solving questions on leetcode and struggling with that should I start codeforces or first practice a significant amount of questions on leetcode before moving towards codeforces cause I saw some 800 to 900 rated problems and I couldn't understand felt like dumb that I am not able to solve such low rated problems as well. According to this what would you suggest and please some advice how to improve coding skills

    • @aniketmore8789
      @aniketmore8789  Месяц назад

      If you are at a stage where your placements are near then I would suggest you to stick with leetcode and practice problems.

  • @Aditya10750
    @Aditya10750 3 месяца назад +2

    Want to know some resources to master game theory and probability for icpc.

  • @hardikpatel352
    @hardikpatel352 2 месяца назад

    bro, should i learn dsa first after start participating in contest or do both

  • @shengki333
    @shengki333 Месяц назад

    Hi aniket I don't know one doubt can I directly jump into codeforces contest or first I should solve some questions on codeforces. As beginner how many contests should I give in week any strategy to improve in cp it would great as I am going to start 3rd year in August

    • @aniketmore8789
      @aniketmore8789  Месяц назад

      Participate in every contest possible. That's what I do.

  • @raajuuteddd2202
    @raajuuteddd2202 2 месяца назад +1

    Can you give the link to c20j ladder ? I can't find it please help thanks

  • @gauravyadav7925
    @gauravyadav7925 3 месяца назад +2

    How much time it will take to reach a rating similar to yours🙃

    • @aniketmore8789
      @aniketmore8789  3 месяца назад

      It Depends
      But Took me more than 1 year.

  • @shengki333
    @shengki333 Месяц назад

    No Aniket I am in second year moving to 5th semester so can I do codeforces after 3 to 4 months of leetcode practice

    • @aniketmore8789
      @aniketmore8789  Месяц назад +1

      If you have time, always prefer codeforces over leetcode.

    • @mepromethean9
      @mepromethean9 Месяц назад

      ​@@aniketmore8789 got it, but CF is not beginner friendly tho

  • @ankitsinghsisodya7152
    @ankitsinghsisodya7152 3 месяца назад

    from where did you learn iterative dp?

    • @aniketmore8789
      @aniketmore8789  3 месяца назад +1

      I did not learn iterative dp, I learned recursion + memoization and after that as i solved more problems, i was able to understand transitions of 1 dimensional dp then I started writing iterative solutions for 1D dp but i still write recursive dp for harder problems.

    • @ankitsinghsisodya7152
      @ankitsinghsisodya7152 3 месяца назад

      @@aniketmore8789 why can't we use queue instead of priority queue in (No of ways to arrive at destination(famous leetcode)-> why wrong answer) questions.... It is not giving tle... It is giving wrong answer

  • @Roman_076
    @Roman_076 3 месяца назад

    for becoming pupil what should we do pls share with us

  • @goldenx2417
    @goldenx2417 3 месяца назад

    Bruh while learning do you make notes and revise it ?

    • @aniketmore8789
      @aniketmore8789  3 месяца назад +1

      No. Whenever I learn something new, I will just solve 7-8 problems based on that. So i understand the concept clearly.

  • @shengki333
    @shengki333 2 месяца назад

    Hi you mentioned in one of the comments that you whenever you learn new topic you just solve 7-8 questions on that so how do you specifically find that questions

    • @aniketmore8789
      @aniketmore8789  2 месяца назад

      For every topic, there is a section on cp algorithms website and at the end of each section, there are 10-15 practice problems. So you can refer that.

    • @shengki333
      @shengki333 2 месяца назад

      @@aniketmore8789 oh thank you so much

    • @shengki333
      @shengki333 2 месяца назад

      One additional question please that in cp their are specific math topics and some advance algorithms are required to solve higher level questions. But still it would be great help if you can tell most used math concepts