LeetCode 141: Linked List Cycle - Interview Prep Ep 64

แชร์
ฝัง
  • เผยแพร่เมื่อ 5 พ.ย. 2024

ความคิดเห็น • 55

  • @MiddleEasternInAmerica
    @MiddleEasternInAmerica 4 ปีที่แล้ว +11

    thank you so much fisher coder, PLEASE don't stop making videos, at least until I get a job :) :)

    • @MiddleEasternInAmerica
      @MiddleEasternInAmerica 4 ปีที่แล้ว +1

      can't wait to see your explanation for (24. Swap Nodes in Pairs : leetcode.com/problems/swap-nodes-in-pairs/)

  • @pil39
    @pil39 4 ปีที่แล้ว +9

    Thank You for the explanation through each iteration! This is indeed a quality video explanation and gave me a lot of clarity.

    • @FisherCoder
      @FisherCoder  4 ปีที่แล้ว

      Glad it was helpful!

  • @seifmamdouh5193
    @seifmamdouh5193 2 ปีที่แล้ว +1

    Great Explanation!

  • @ozas5922
    @ozas5922 11 หลายเดือนก่อน +1

    perfect explanation

    • @FisherCoder
      @FisherCoder  11 หลายเดือนก่อน

      Glad it was helpful!

  • @inchworm9311
    @inchworm9311 2 ปีที่แล้ว +1

    You are a great teacher.
    Thank you

  • @rhuzaifa
    @rhuzaifa ปีที่แล้ว +1

    Nice explaination, Thank you.

  • @henrywang2516
    @henrywang2516 2 ปีที่แล้ว +1

    It's helpful fo me. Thank you for sharing.

    • @FisherCoder
      @FisherCoder  2 ปีที่แล้ว

      Glad it was helpful!

  • @rishabhrai9472
    @rishabhrai9472 4 ปีที่แล้ว +1

    Absolute clarity man! Thanks for the explanation

  • @melanieprevot4926
    @melanieprevot4926 ปีที่แล้ว +1

    Super clear !! Thanks

    • @FisherCoder
      @FisherCoder  ปีที่แล้ว

      Great to hear! Many thanks!

  • @BlazedOutTurtle
    @BlazedOutTurtle 3 ปีที่แล้ว +1

    Bravo ! best explanation on TH-cam

    • @FisherCoder
      @FisherCoder  3 ปีที่แล้ว

      Glad it was helpful!

  • @lilyjoy1338
    @lilyjoy1338 3 ปีที่แล้ว +1

    You are the best teacher in the World...❤️
    Plzz keep posting videos and blessing us with ur knowledge

  • @PankajYadav-nz4gn
    @PankajYadav-nz4gn 2 ปีที่แล้ว

    Hey Fisher! Thanks for explaining the code,but I have one doubt and that is what about returning the position of the node where cycle is found. You are not returning the position of the node where the cycle exists.

  • @victory4627
    @victory4627 2 ปีที่แล้ว +1

    Very nice and clear explanation!! :D

  • @miadinh6381
    @miadinh6381 2 ปีที่แล้ว +1

    the pictures were very helpful.

  • @nirajpatil1395
    @nirajpatil1395 2 ปีที่แล้ว +1

    thank you for explaining it really helpful

    • @FisherCoder
      @FisherCoder  2 ปีที่แล้ว

      Glad it was helpful!

  • @MANIDEEP08
    @MANIDEEP08 3 ปีที่แล้ว +1

    Superb explanation,
    Thanks!

    • @FisherCoder
      @FisherCoder  3 ปีที่แล้ว +1

      Glad it was helpful!

  • @aba0101
    @aba0101 3 ปีที่แล้ว

    Hi Steve, your video is greatly helpful! But here in this problem, I'm wondering if we need to check the special circumstance first? Let's say, if(head == null) return false.

  • @HariHaran-sl1pg
    @HariHaran-sl1pg 2 ปีที่แล้ว

    You voice is sweet..Keep going my frd..

  • @ehsanhosseini5861
    @ehsanhosseini5861 4 ปีที่แล้ว +1

    As usual great explanation. Love your videos.

  • @alexandrunknown1456
    @alexandrunknown1456 4 ปีที่แล้ว +1

    your explanation was a best one !

  • @bhavyashah1775
    @bhavyashah1775 4 ปีที่แล้ว +1

    Awesome solution!! Easy Explanation.

  • @louischou6780
    @louischou6780 3 ปีที่แล้ว +1

    Why do we need to check fast != null in the while loop condition? Don't we just need to check if the fast.next != null to ensure the fast node has already arrived at the end of the list?

    • @abhinavsharma3819
      @abhinavsharma3819 3 ปีที่แล้ว

      O thanks, u cleared my doubt, I think we need to check both fast.next and fast.next.next because maybe the list is not cyclic and it can give an error

  • @meerimmoldali416
    @meerimmoldali416 2 ปีที่แล้ว +1

    thanks so much

  • @abhinavsharma3819
    @abhinavsharma3819 3 ปีที่แล้ว

    Suppose the fast node is at second last position i.e. n-2 , and next of last node is none instead of a cycle, wouldn't fast.next.next would give error since since there is no next to the none ?

  • @alekseiwe
    @alekseiwe 3 ปีที่แล้ว +2

    The best explanation! Thank you dude:)

    • @FisherCoder
      @FisherCoder  3 ปีที่แล้ว +1

      Glad it helped!

    • @alekseiwe
      @alekseiwe 3 ปีที่แล้ว +1

      @@FisherCoder yes, I understand how it works after you explanations👍🏻

  • @tushitapatel5782
    @tushitapatel5782 3 ปีที่แล้ว

    how do we know that the slow pointer won't got on another cycle? what is the guarantee that the fast will catch on during slow pointer's first cycle?

  • @tenmadoc4622
    @tenmadoc4622 3 ปีที่แล้ว +1

    Really taught well sir Thankyou !!

  • @Dstoic
    @Dstoic 3 หลายเดือนก่อน +1

    perfect

  • @merxgrc9940
    @merxgrc9940 2 ปีที่แล้ว

    thanks dood keep making these good shit

  • @richmondmensah4408
    @richmondmensah4408 4 ปีที่แล้ว

    Could you also do Linked List Cycle II

  • @jenniferou
    @jenniferou 3 ปีที่แล้ว

    how are computer science people so clever 😱

  • @yufanma2942
    @yufanma2942 4 ปีที่แล้ว

    可以问下学长在哪里工作嘛

  • @murike
    @murike 3 ปีที่แล้ว +2

    Ok, but how do you prove matematically that your pointers will meet eventually and not move in infinite loop? Going through one example is not convincing

  • @SHASHANKRUSTAGII
    @SHASHANKRUSTAGII 3 ปีที่แล้ว

    Not liking as Number of likes = 123
    That seems a perfect number.