Resources that I followed to learn these topics | Competitive Programming

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

Пікірлер: 52

  • @patilvishalpravin7627
    @patilvishalpravin76274 ай бұрын

    Informative Content ✌

  • @shloksuman8164
    @shloksuman81644 ай бұрын

    concise and informative !!

  • @avicious5190
    @avicious51904 ай бұрын

    Thanks for this!

  • @shengki333
    @shengki3332 ай бұрын

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

  • @GauravPatil-js2in
    @GauravPatil-js2in4 ай бұрын

    Thanks Bro..!! ✌

  • @canandraj4211
    @canandraj42114 ай бұрын

    Very good video 👏

  • @negasonicteenagewarhead
    @negasonicteenagewarhead4 ай бұрын

    Really helpful

  • @devvikramsingh7785
    @devvikramsingh77854 ай бұрын

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

  • @aniketmore8789

    @aniketmore8789

    4 ай бұрын

    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

    3 ай бұрын

    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

    Ай бұрын

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

  • @subhamcoder
    @subhamcoder3 ай бұрын

    needed this

  • @rohanpatil2605
    @rohanpatil26054 ай бұрын

    Keep making content brother

  • @tempregex8520
    @tempregex85203 ай бұрын

    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?

  • @wavyway7140
    @wavyway71404 ай бұрын

    Thanks

  • @user-fm8jx
    @user-fm8jx4 ай бұрын

    Great....just include recursion

  • @giri_aditya_
    @giri_aditya_3 ай бұрын

    Can you please give the link to ACD ladder?

  • @shloksuman8164
    @shloksuman81644 ай бұрын

    subscribed!

  • @Satish_deepvoice
    @Satish_deepvoice3 ай бұрын

    How many months will take to be good at

  • @shengki333
    @shengki3332 ай бұрын

    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

    2 ай бұрын

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

  • @shengki333
    @shengki3332 ай бұрын

    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

    2 ай бұрын

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

  • @Aditya10750
    @Aditya107504 ай бұрын

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

  • @aniketmore8789

    @aniketmore8789

    4 ай бұрын

    Practice questions on atcoder.

  • @raajuuteddd2202
    @raajuuteddd22023 ай бұрын

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

  • @aniketmore8789

    @aniketmore8789

    3 ай бұрын

    c2-ladders-juol.onrender.com/

  • @shengki333
    @shengki3332 ай бұрын

    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

    2 ай бұрын

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

  • @hardikpatel352
    @hardikpatel3523 ай бұрын

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

  • @aniketmore8789

    @aniketmore8789

    3 ай бұрын

    Do both simultaneously.

  • @gauravyadav7925
    @gauravyadav79254 ай бұрын

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

  • @aniketmore8789

    @aniketmore8789

    4 ай бұрын

    It Depends But Took me more than 1 year.

  • @ankitsinghsisodya7152
    @ankitsinghsisodya71524 ай бұрын

    from where did you learn iterative dp?

  • @aniketmore8789

    @aniketmore8789

    4 ай бұрын

    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

    4 ай бұрын

    @@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

  • @arghobhattacharjee9002
    @arghobhattacharjee900228 күн бұрын

    bro is this roadmap is also applicable for codechef(5 star)?

  • @aniketmore8789

    @aniketmore8789

    28 күн бұрын

    Yes

  • @shengki333
    @shengki3332 ай бұрын

    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

    2 ай бұрын

    If you have time, always prefer codeforces over leetcode.

  • @mepromethean9

    @mepromethean9

    2 ай бұрын

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

  • @Roman_076
    @Roman_0764 ай бұрын

    for becoming pupil what should we do pls share with us

  • @aniketmore8789

    @aniketmore8789

    4 ай бұрын

    first 3 slides are enough

  • @goldenx2417
    @goldenx24174 ай бұрын

    Bruh while learning do you make notes and revise it ?

  • @aniketmore8789

    @aniketmore8789

    4 ай бұрын

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

  • @Bikash_The_1
    @Bikash_The_113 күн бұрын

    Is recursion not required?

  • @GoogleUser-uv9bo

    @GoogleUser-uv9bo

    7 күн бұрын

    Both iterative and recursion are required, if u used recursion to solve preorder post and inorder traversals interviewer might ask to do it iteratively, same for linked list reversal, both exists. Even array input can be taken with recursion, recursion, and also recursion is fundamental u can't overlook. That's my opinion on ur question!

  • @Bikash_The_1

    @Bikash_The_1

    7 күн бұрын

    @@GoogleUser-uv9bo hey! Are you too into cp and stuff? Can we connect?

  • @shengki333
    @shengki3333 ай бұрын

    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

    3 ай бұрын

    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

    3 ай бұрын

    @@aniketmore8789 oh thank you so much

  • @shengki333

    @shengki333

    3 ай бұрын

    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