thank you so much fisher coder, PLEASE don't stop making videos, at least until I get a job :) :)
@MiddleEasternInAmerica4 жыл бұрын
can't wait to see your explanation for (24. Swap Nodes in Pairs : leetcode.com/problems/swap-nodes-in-pairs/)
@pil394 жыл бұрын
Thank You for the explanation through each iteration! This is indeed a quality video explanation and gave me a lot of clarity.
@FisherCoder4 жыл бұрын
Glad it was helpful!
@rhuzaifa Жыл бұрын
Nice explaination, Thank you.
@FisherCoder Жыл бұрын
You are welcome!
@seifmamdouh51932 жыл бұрын
Great Explanation!
@FisherCoder2 жыл бұрын
Glad you think so!
@ozas5922 Жыл бұрын
perfect explanation
@FisherCoder Жыл бұрын
Glad it was helpful!
@melanieprevot4926 Жыл бұрын
Super clear !! Thanks
@FisherCoder Жыл бұрын
Great to hear! Many thanks!
@inchworm93112 жыл бұрын
You are a great teacher. Thank you
@FisherCoder2 жыл бұрын
Thank you! 😃
@henrywang25162 жыл бұрын
It's helpful fo me. Thank you for sharing.
@FisherCoder2 жыл бұрын
Glad it was helpful!
@miadinh63812 жыл бұрын
the pictures were very helpful.
@FisherCoder2 жыл бұрын
Glad you like them!
@BlazedOutTurtle3 жыл бұрын
Bravo ! best explanation on KZbin
@FisherCoder3 жыл бұрын
Glad it was helpful!
@MANIDEEP083 жыл бұрын
Superb explanation, Thanks!
@FisherCoder3 жыл бұрын
Glad it was helpful!
@victory46272 жыл бұрын
Very nice and clear explanation!! :D
@FisherCoder2 жыл бұрын
Glad you liked it!
@rishabhrai94724 жыл бұрын
Absolute clarity man! Thanks for the explanation
@FisherCoder4 жыл бұрын
You bet!
@bhavyashah17754 жыл бұрын
Awesome solution!! Easy Explanation.
@nirajpatil13952 жыл бұрын
thank you for explaining it really helpful
@FisherCoder2 жыл бұрын
Glad it was helpful!
@alexandrunknown14564 жыл бұрын
your explanation was a best one !
@FisherCoder4 жыл бұрын
Glad you liked it
@ehsanhosseini58614 жыл бұрын
As usual great explanation. Love your videos.
@FisherCoder4 жыл бұрын
Thank you!
@alekseiwe3 жыл бұрын
The best explanation! Thank you dude:)
@FisherCoder3 жыл бұрын
Glad it helped!
@alekseiwe3 жыл бұрын
@@FisherCoder yes, I understand how it works after you explanations👍🏻
@HariHaran-sl1pg2 жыл бұрын
You voice is sweet..Keep going my frd..
@meerimmoldali4162 жыл бұрын
thanks so much
@tenmadoc46223 жыл бұрын
Really taught well sir Thankyou !!
@FisherCoder3 жыл бұрын
Most welcome!
@lilyjoy13383 жыл бұрын
You are the best teacher in the World...❤️ Plzz keep posting videos and blessing us with ur knowledge
@FisherCoder3 жыл бұрын
Thanks a ton!
@merxgrc99402 жыл бұрын
thanks dood keep making these good shit
@Dstoic4 ай бұрын
perfect
@louischou67803 жыл бұрын
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?
@abhinavsharma38193 жыл бұрын
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
@PankajYadav-nz4gn2 жыл бұрын
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.
@abhinavsharma38193 жыл бұрын
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 ?
@tushitapatel57823 жыл бұрын
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?
@aba01013 жыл бұрын
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.
@richmondmensah44084 жыл бұрын
Could you also do Linked List Cycle II
@jenniferou3 жыл бұрын
how are computer science people so clever 😱
@yufanma29424 жыл бұрын
可以问下学长在哪里工作嘛
@murike3 жыл бұрын
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
@SHASHANKRUSTAGII3 жыл бұрын
Not liking as Number of likes = 123 That seems a perfect number.