Candy - Leetcode 135 - Python

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

КОМЕНТАРІ • 65

  • @LeeK301
    @LeeK301 4 місяці тому +23

    One way I try to challenge myself when solving these problems:
    If I can't solve intitally and I am just stuck, come to NeetCode's videos and watch the intuition portion. If I feel like I have a good idea of what he's talking about, I will pause the video and attempt to solve again under a time limit. If I can't solve it again, I will come back to his vid and watch for the solution as well.

  • @victortruong2538
    @victortruong2538 11 місяців тому +14

    Oh I was waiting for you :) yes the problem is poorly worded I feel

  • @user-wv1re4cl2m
    @user-wv1re4cl2m 11 місяців тому +6

    I only thought about iterating through left -> right..always amazing

  • @HtotheG
    @HtotheG 11 місяців тому +5

    I came up with the O(n^2) solution with a while loop of while(candyIncreasedThisLoop){ do a pass and add 1 if the rules arent followed for each } and I was proud of myself, but damn this code is not only neat is damn near beautiful 😢 Thank you for the great explanation as always you are a huge help in my career journey as a new grad at the moment. I can't thank you enough for your years of backlogs of coding solutions I am learning from right now. Keep up the amazing work!

  • @0brooo
    @0brooo 3 місяці тому +4

    THIS is a valid solution to this problem.
    I was looking at the solutions with the most upvotes, and their solution was to mathematically solve it by adding up all the longest increasing subarray and decreasing subarray, and then subtracting the lowest of the two from the totalCandy. I hate that leetcode solutions have become mathematically solutions rather than programming. Solutions for the CarFleet problem is a hashmap with the key being the product of a formula. Then returning all the unique keys. Like what is that, the solution should go through a process that imitates the problem. Now we’re seeing problems that are purely solved by inventing a formula for the specific issue. Rather than preparing you for problems you’ll face regularly

  • @abdelrahmanashraf1510
    @abdelrahmanashraf1510 11 місяців тому +5

    You mentioned that no extra memory is needed, yet your solution clearly allocated a new array to track the number of candies given. Doesn't that make the space complexity O(n)?

    • @NeetCodeIO
      @NeetCodeIO  11 місяців тому +6

      Yep, that's my bad. Space is O(n)

    • @abdelrahmanashraf1510
      @abdelrahmanashraf1510 11 місяців тому

      @@NeetCodeIO Thanks for clarifying! appreciate your efforts and explanations 👍🏼

  • @GuruPrasadShukla
    @GuruPrasadShukla 11 місяців тому +6

    very well explained!
    just like interview style!

  • @schrodingerskatt222
    @schrodingerskatt222 10 місяців тому +2

    Amazing explanation !!!!. Greedy Questions are just mind blowing.

    • @AyushSharma-ux4fk
      @AyushSharma-ux4fk 10 місяців тому +1

      Yea, greedy hits you up as if you never know what has happened.

  • @HR-pz7ts
    @HR-pz7ts 4 місяці тому

    Thanks man you're so good that I never had to wait for you to code.

  • @CognitiveAnkit
    @CognitiveAnkit 7 місяців тому

    You are totally more than awesome
    You explained this concept in such an awesome manner I have no words for it

  • @dineshkumarkb1372
    @dineshkumarkb1372 11 місяців тому

    Thanks for uploading this. I had requested for this in the comments in one of your videos.

  • @adamlin2301
    @adamlin2301 5 місяців тому +1

    And this is how your boss think of giving salary to you

  • @socialbeing5591
    @socialbeing5591 4 місяці тому

    literally the best explaination

  • @CodeWithRVR
    @CodeWithRVR 11 місяців тому +2

    Wait is over guys 😅

  • @hannibalm090009
    @hannibalm090009 11 місяців тому

    Thanks a lot bro, I actually just solved it had to pause the video at the mid of the intuition because that was the missing part that I needed, went and solved it then got back.

  • @jaishriharivishnu
    @jaishriharivishnu 2 місяці тому

    how you get so good at logic, damn nice and nice , best approach

  • @deepakjain248
    @deepakjain248 6 місяців тому +1

    isn't it O(n) space solution as we are using extra array to store candies ?

  • @iCodeStuff69
    @iCodeStuff69 7 місяців тому

    Quite much easier problem than lots of "easy" ones.

  • @joey_zhu
    @joey_zhu 4 місяці тому

    I derived my solution by going deep into the diffs array and trying to reduce it to other problems, my soln ended up going to 30+ lines so i was quite disappointed to go into the solutions and see that ppl had done it in like 10 lines

  • @becomingbesthackerprogramm4644
    @becomingbesthackerprogramm4644 11 місяців тому +7

    How to get referrals brother, I worked really hard , solved 500+ problems on leetcode but still I m suffering to get interviews

  • @CodeSuccessChronicle
    @CodeSuccessChronicle 3 місяці тому

    Best Explanation 👏🏻 Nice work great intution

  • @truongtran99_
    @truongtran99_ 4 місяці тому

    You're a genius

  • @Meridian-lk2fo
    @Meridian-lk2fo 11 місяців тому +1

    First LC hard I solved on my own! :)

  • @aisteelmemesforaliving
    @aisteelmemesforaliving 11 місяців тому +3

    Seems like this problem can be solved in one pass too, but I have a hard time understanding that lol. Would've been nice if you could explain the onepass method because I can understand your explanations only. Others take way too much time drawing, or do a poor job of explaining.

    • @aisteelmemesforaliving
      @aisteelmemesforaliving 11 місяців тому +1

      ​@@Stay_away_from_my_swamp_waterno, apparently, you can use three variables up, down and peak and then do something which I don't understand to complete this in one pass and O(1) space complexity. It's the top solution on solutions page (by vanAmsen). I don't think I can post links here, the spam filter will probably go off.

    • @stefanopalmieri9201
      @stefanopalmieri9201 11 місяців тому

      @@aisteelmemesforaliving I'm also looking for a better explanation of that algorithm. If I figure it out, I'll make a video.

    • @aisteelmemesforaliving
      @aisteelmemesforaliving 11 місяців тому

      @@stefanopalmieri9201 please don't forget to reply to this if you actually do. Highly appreciated.

    • @stefanopalmieri9201
      @stefanopalmieri9201 10 місяців тому

      @@aisteelmemesforaliving It's uploaded now: ua-cam.com/video/_l9N_LcplLs/v-deo.html

    • @himanshu6489
      @himanshu6489 6 місяців тому

      any luck?@@aisteelmemesforaliving

  • @stith_pragya
    @stith_pragya 10 місяців тому +1

    Thank You So Much for this wonderful video...🙏🏻🙏🏻🙏🏻🙏🏻🙏🏻🙏🏻

  • @elizabethr5161
    @elizabethr5161 5 місяців тому

    Best explanation ever

  • @VidyaBhandary
    @VidyaBhandary 11 місяців тому +1

    Genius explanation... Wow

  • @krateskim4169
    @krateskim4169 11 місяців тому +1

    was waiting for this

  • @enigmatekinc3573
    @enigmatekinc3573 4 місяці тому

    good job man. very helpful series......

  • @aditya-lr2in
    @aditya-lr2in 11 місяців тому

    Was waiting for this :)

  • @omdandade8245
    @omdandade8245 11 місяців тому

    I missed that "welocme back" this morning...

  • @ishaqniloy1532
    @ishaqniloy1532 10 місяців тому

    Finally solved the problem. Thank you so much!

    • @RishabhSingh-xn3xu
      @RishabhSingh-xn3xu 8 місяців тому

      solve on your own,give your everything to solve the problem

    • @pixelup4929
      @pixelup4929 4 місяці тому

      @@RishabhSingh-xn3xu 🤣

  • @apoorvasingh5702
    @apoorvasingh5702 4 місяці тому

    Well explained 👍

  • @Manishgupta200
    @Manishgupta200 6 місяців тому

    Great explaination ❤

  • @aadityakiran_s
    @aadityakiran_s 6 місяців тому

    11:52 precisely. Did you make that same mistake there?

  • @hwang1607
    @hwang1607 Місяць тому

    Now do it using O(1) space

  • @uptwist2260
    @uptwist2260 11 місяців тому

    Thanks for the daily

  • @satwiktatikonda764
    @satwiktatikonda764 11 місяців тому

    this one looks easy after seeing solution ,but how to endup with this intuition !!!

  • @mahinhossen4251
    @mahinhossen4251 7 місяців тому

    I have seen a 0(1) space solution in lc solution section. Could u explain it in a future vid

  • @hwval-zw4hy
    @hwval-zw4hy 6 місяців тому

    It's O(n) additional memory, isn't it?

  • @suniln9029
    @suniln9029 7 місяців тому

    Can you explain one pass approach?

  • @CS_n00b
    @CS_n00b 5 місяців тому

    I have no idea how I could figure this out on my own tbh

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

    the problem is not enough described in leetcode
    12:08 stuck 2 days because i did not take that into account

  • @stefanopalmieri9201
    @stefanopalmieri9201 11 місяців тому

    This is an O(N) space solution but a O(1) space solution does exist for this problem.

  • @Antinormanisto
    @Antinormanisto 5 місяців тому +1

    How i can get big brain like your?

  • @mohithadiyal6083
    @mohithadiyal6083 11 місяців тому

    The best

  • @langacristian8366
    @langacristian8366 4 місяці тому

    im too dumb for this shit chief

  • @pryshrng
    @pryshrng 11 місяців тому +1

    not pertaining to the question or this video, but what's the difference between this channel and the original channel? @neetcode