How To Solve ALL problems in a Leetcode Contest? || Topics to Learn + Resources

Поділитися
Вставка
  • Опубліковано 27 сер 2024

КОМЕНТАРІ • 29

  • @HimanshuSharma-gf4ij
    @HimanshuSharma-gf4ij Рік тому +11

    for 4th prob , believe in urself.

  • @anushasingh5562
    @anushasingh5562 Рік тому +8

    You are doing awsome job ...i randomly came to this video and then checked all your videos...it has somehow solved my recent doubts... awesome content loved it 😊

    • @Harisamsharma
      @Harisamsharma  Рік тому +2

      Thank you so much. Means a lot to me!

    • @anushasingh5562
      @anushasingh5562 Рік тому

      Bhaiya I have lots of things going on in mind and disturbing me ....I really need a mentor who can guide me to come out of this.....could you pl help me ?? ...where else can I ask ??

    • @ayushgupta7253
      @ayushgupta7253 8 місяців тому

      Same here

  • @HimanshuSharma-gf4ij
    @HimanshuSharma-gf4ij Рік тому +3

    seive of eratos, bs on ans, sliding window, two pointer, dp

  • @SiddheshKukade
    @SiddheshKukade Рік тому +5

    thanks and keep making videos.

  • @katurivinay3436
    @katurivinay3436 Рік тому

    thank you very much @Harisam sharma one of the best channel for cp and dsa

  • @HimanshuSharma-gf4ij
    @HimanshuSharma-gf4ij Рік тому +4

    cp algo next greater, monotonic stack 1500-1800 dp, dp hard, dijsktra, topo, floyd warshall, bellman (hard leetcode) , solve(hard leetcode)

  • @secondarypemail7181
    @secondarypemail7181 Рік тому +9

    Solving first and second problem is pretty much doable ,but third problem is where I gets stuck,mostly because of wrong answers and time limit exceeded.

  • @rahuljha972
    @rahuljha972 27 днів тому

    as i solved 50+ problem on dp still cannot solve 3rd problem

  • @HimanshuSharma-gf4ij
    @HimanshuSharma-gf4ij Рік тому

    leave no stone unturned in efforts

  • @jagritbudhiraja6391
    @jagritbudhiraja6391 Рік тому +2

    Can you please share a dedicated sheet in which the questions are given or links are given to other problem sets after solving which we would be able to solve all leetcode contest questions.

  • @aditya_k_g
    @aditya_k_g 2 місяці тому +1

    I did more than 350 problem on leetcode but stills hassling with 3rd one and 4th one

  • @candymanmonster4880
    @candymanmonster4880 Рік тому

    Man, please upload the exchange arguments session!

  • @softwaredeveloper4852
    @softwaredeveloper4852 Рік тому +1

    tysm

  • @santali-tr3rj
    @santali-tr3rj Рік тому

    let's see the biweekly and weekly leetcode contests this time

  • @083_tusharsachdeva6
    @083_tusharsachdeva6 Рік тому +1

    recently i've seen leetcode questions involving the use of digit dp, dp with bitmasks, any resources from where one can learn these topics?

    • @Harisamsharma
      @Harisamsharma  Рік тому

      DP with bitmasks: ua-cam.com/video/rj1EsYuWTYY/v-deo.html
      Digit DP: Kartik Arora's UA-cam Channel has some good videos

    • @083_tusharsachdeva6
      @083_tusharsachdeva6 Рік тому

      ​@@Harisamsharmawill check these out, thankyou

  • @ayushnautiyal7965
    @ayushnautiyal7965 Рік тому +2

    Please can you suggest How to solve problems related to Prefix/Suffix Sums . Not able to think/solve the prefix sum related problem in the Contest . And How get Intution for it

    • @Harisamsharma
      @Harisamsharma  Рік тому +3

      You should always think about prefix suns in any subarray related problems. Try to always write the value of any function for a subarray [l,r] in terms of the prefix sums of l and r. This can be extended to other things like xor too.

  • @HimanshuSharma-gf4ij
    @HimanshuSharma-gf4ij Рік тому

    black box segment tree