Тёмный
No video :(

Linked List Interview Questions - Google, Facebook, Amazon, Microsoft 

Kunal Kushwaha
Подписаться 663 тыс.
Просмотров 413 тыс.
50% 1

Опубликовано:

 

5 сен 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 697   
@KunalKushwaha
@KunalKushwaha Месяц назад
DSA + interview preparation playlist: ru-vid.com/group/PL9gnSGHSqcnr_DxHsP7AW9ftq0AtAyYqJ
@DAVIDOLIVR
@DAVIDOLIVR 25 дней назад
kunal when will you teach Dp and graphs
@saisindusrigopiereddy4646
@saisindusrigopiereddy4646 24 дня назад
Thank you so so much! This is the best dsa+java playlist ever!
@priyanshukarmakar2246
@priyanshukarmakar2246 18 дней назад
@@DAVIDOLIVR Yeah I am also waiting for it.🥲
@zeeshanabbasi8171
@zeeshanabbasi8171 2 года назад
I am a Dev with 1 year of experience and working with Java technologies like Spring boot, Kafka. But diving into your course and everything seems refreshed and getting new insights too.🔥 Keep up the good work Kunal.
@KunalKushwaha
@KunalKushwaha 2 года назад
Thanks for sharing!
@John12685
@John12685 2 года назад
@@KunalKushwaha Bhai have u stopped this series incomplete? 😶🙁
@santhoshsiva281
@santhoshsiva281 2 года назад
@@John12685 I think he is
@John12685
@John12685 2 года назад
@@santhoshsiva281 He deceived us
@John12685
@John12685 2 года назад
@@KunalKushwaha u deceived us
@yashtripathi5995
@yashtripathi5995 Год назад
1:32:07 Kunal wrote a new getMid method which returns the mid and also breaks the LL after mid. This breaking of LL is very imp for merge sort to work. So dont use the old middleNode method
@st-ger
@st-ger 11 месяцев назад
How it breaks it in Left he passed the head
@vaibhavverma7962
@vaibhavverma7962 8 месяцев назад
@@st-ger public ListNode left(ListNode head){ ListNode node = head; int length =1; while(node.next!=null){ node = node.next; length++; } node = head; ListNode firsthalf = head; for(int i=0;i
@sayantanmanna1360
@sayantanmanna1360 8 месяцев назад
Anyone facing difficulty understanding the getMid method (used in sort Linked List) , refer to Nick White's video. It's very intuitive and easy to understand.
@moviesflix7082
@moviesflix7082 7 месяцев назад
@@sayantanmanna1360 can you name the video?
@sayantanmanna1360
@sayantanmanna1360 7 месяцев назад
@@moviesflix7082 leetcode sort list explained Nick White
@amruthaa4524
@amruthaa4524 2 года назад
Thank you so much, Kunal!!!
@sohamsamanta
@sohamsamanta 2 года назад
Once you come back from your trip it would be highly appreciable if you kindly try to complete the DSA bootcamp ! many of us have interviews and coding round within next few months. Thanks for the good work you do for the community.
@zishanchaudhary221
@zishanchaudhary221 Год назад
is he on a trip ?
@ivaylokostadinov7543
@ivaylokostadinov7543 Год назад
@@zishanchaudhary221 Apparantly not anymore
@cherubyGreens
@cherubyGreens 2 года назад
Amazingly wow....like literally I was just searching for linked list interview questions on Google and got your video notification.... And I was like yess this is what I want. Thankyou bro you are a savior ❤️
@KunalKushwaha
@KunalKushwaha 2 года назад
So glad!
@gauravgautam5963
@gauravgautam5963 2 года назад
@@democratcobra NOw it's 2 week+3days
@amankunda2515
@amankunda2515 2 года назад
@@gauravgautam5963 its 3 weeks +1 day
@gauravgautam5963
@gauravgautam5963 2 года назад
@@amankunda2515 Now, It's still counting
@twi4458
@twi4458 2 года назад
@@gauravgautam5963 Civo Hackathon is about to end, We can expect videos in 4-5 days... Hope for the best
@tanumodi7513
@tanumodi7513 11 месяцев назад
1:32:07 Kunal wrote a new getMid method which returns the mid and also breaks the LL after mid. This breaking of LL is very imp for merge sort to work. So dont use the old middleNode method
@vidhishiste8751
@vidhishiste8751 9 месяцев назад
where has he explained this ? I used the old fast and slow pointer approach and literally got a stackoverflow error
@sayantanmanna1360
@sayantanmanna1360 8 месяцев назад
Thanks for addressing this issue. I tried to dry-run it using the previous getMid method and wondered how the hell it got accepted on leetcode 🙄 Kunal should have mentioned it in a pinned comment at least.
@afreenakhtar5627
@afreenakhtar5627 2 года назад
Please please post more videos on stacks, queues, trees, graph... I am solely following your videos (I
@KunalKushwaha
@KunalKushwaha Год назад
ok
@meetz_0166
@meetz_0166 Год назад
@@KunalKushwaha bhai please videos upload kr do rha nhi jaa rha ab aage ke liye
@isaacreyes7563
@isaacreyes7563 Год назад
@@KunalKushwaha Thanks, would be awesome if you ever got back to it. Whenever it is possible for you to do so. I have learned so much about recursion watching your playlist than I ever did reading countless books and watching ton of videos on the subject.
@kishanpareek2848
@kishanpareek2848 2 года назад
Start of Video: I am afraid of linked list interview Questions. End of Video: Give me any linked list interview Questions, i will solve it within minutes.
@papastalin1543
@papastalin1543 2 года назад
can relate
@merabdu
@merabdu Год назад
I agree
@shantohossain1372
@shantohossain1372 Год назад
lol
@raghvendrasingh1981
@raghvendrasingh1981 10 месяцев назад
Plz reply to my doubt
@Ajeetkumar-uo4hf
@Ajeetkumar-uo4hf 10 месяцев назад
Any linked list question you will still not able to solve
@raghvendrasingh1981
@raghvendrasingh1981 10 месяцев назад
I'm following this course desperately as the quality of your teaching & problem solving skill is up to a great extent. Its the only humble request from my side that plz attach all the leetcode problems separately in the description, so that we can practice it there before going to your solution.
@KunalKushwaha
@KunalKushwaha 10 месяцев назад
it's on github
@raghvendrasingh1981
@raghvendrasingh1981 10 месяцев назад
@@KunalKushwaha what's wrong with the function(for reversing from newEnd to newStart)? //(used in reverseKNode) (used in reverseKGroup) public ListNode reverseK(ListNode newEnd,ListNode newStart){ ListNode prev=null; while(newEnd!=newStart.next){ //Here its saying to add newEnd!=null, cant it compare with newStart.next ListNode temp=newEnd.next; newEnd.next=prev; prev=newEnd; newEnd=temp; } return prev; } This is my reverseKGroupFunction public ListNode reverseKGroup(ListNode head, int k) { if(k0){ for(int i=1;i
@sangharshpipare666
@sangharshpipare666 5 месяцев назад
1:33:39 Note here the implementation of fetching mid node is slightly changed, along with getting the mid node, it also cuts off the link between mid node and node previous to node. effectively halving the Original list Node into two parts.
@GoodBoy_._
@GoodBoy_._ 2 месяца назад
thanks bro after wasting so much time I came to your comment
@aajkagyan837
@aajkagyan837 6 месяцев назад
10:12 how much this man care about us, love you bro
@anshikgupta2993
@anshikgupta2993 2 года назад
Bhaiya never dissappoints❤️. Really looking forward for devops bootcamp.
@gokulnath_n
@gokulnath_n 2 года назад
Yesshhshhhh
@anshikgupta2993
@anshikgupta2993 2 года назад
@praasoon Guptta It will in future.
@muzamil705
@muzamil705 6 месяцев назад
Was searching for a content like this for past 3 years atlast youtube algorithm showed it to me. Now I can clear my dream company Thanks a lot brother....
@cloudy-head
@cloudy-head Год назад
1:35:00 If you're having a problem here, Kunal changed his mid function a little, I don't know why he didn't mentioned about it. But you can check the code and understand it yourself.
@sayanmanna3127
@sayanmanna3127 Год назад
He copied the code from leetcode solution.
@technicalspot1848
@technicalspot1848 Год назад
oh c'mon man i wasted my 30-40 minutes to think how the hell will the recurssion will end if the list will be remain the same
@jnayehsirine6222
@jnayehsirine6222 Год назад
its the 2 pointers method , with midprev is the slow pointer and head is the fast pointer
@dipanshi1588
@dipanshi1588 Год назад
@@technicalspot1848 can you explain me.. what had happened.. I have the same doubt..
@vikaskesharwani2125
@vikaskesharwani2125 Год назад
yeah. me too wasted time on that thinking why he is again doing ListNode left= SortList(head). It will be stacj overflow. You made me realise that getMiddle(head) was modified
@xavier4107
@xavier4107 2 года назад
Please do videos on trees , graphs and also it's advanced concepts
@Listenup831
@Listenup831 Год назад
Har jagah aa jaata hai ye bhai 😂😂
@udaysingh2929
@udaysingh2929 Год назад
ab nhi karane wale kahi aur se kr le 😂😂
@GokulGajapathi
@GokulGajapathi Год назад
Xavier started learning programming just to comment on programming memes😂
@HeyMr.OO7
@HeyMr.OO7 Год назад
@xavier4107 bro pls ask him complete this series quickly...
@udaypandey5659
@udaypandey5659 2 года назад
You are right Kunal.. I was just following SDE sheet , was able to solve the question some how but i was not getting the thought process ! I was wondering how people are finding the intuition and why i am not able to do so. The reason was thought process was missing , You are not teaching how to solve , rather You taught how to think ..... and that's the intuition . Thanks a Lot man, Thought process is important , if one's get's this he can crack any problem of SDE sheet.
@akr28038
@akr28038 8 месяцев назад
2:38:52 MODIFIED CODE for Q-15: Reverse k-Nodes in LinkedList. Modification : Check whether there are enough elements (atleast `k`) after each loop. CODE: public ListNode reverseKGroup(ListNode head, int k) { if(k == 1 || head == null){ return head; } ListNode prev = null; ListNode current = head; int remaininglength = listLength(head); while(remaininglength >= k){ ListNode last = prev; ListNode newEnd = current; ListNode next = current.next; for(int i = 0; (current!= null) && i < k; i++){ current.next = prev; prev = current; current = next; next = (next != null) ? next.next : next; } if(last == null){ head = prev; } else{ last.next = prev; } newEnd.next = current; prev = newEnd; remaininglength = remaininglength - k; } return head; } //finding the length of the List public int listLength(ListNode head){ if(head == null){ return 0; } ListNode temp = head; int length = 0; while(temp != null){ length += 1; temp = temp.next; } return length; }
@ZainAli121-s6p
@ZainAli121-s6p 6 месяцев назад
In the world full of people teaching for money, we have amazing teacher like Kunal Amazing bro, keep it up
@komeshsiva
@komeshsiva Год назад
The Best Person, who has the heart to give this much information for free. thank you :)
@akshaysharma145
@akshaysharma145 2 года назад
The best series! However, I wish you would never stop posting videos for this series as Amazon and others ask questions on other topics, including Binary Trees and HashMaps.
@krishnamoorthyk8236
@krishnamoorthyk8236 Год назад
its awsome when i start with this video i didn't even solve a single question on linkedlist, but at the end i solve the medium level problem with myself ,thanks kunal to doing such a gread work !!!
@NeerajSingh-mc5kf
@NeerajSingh-mc5kf 4 месяца назад
This is first time I am learning DSA, but your way of explanation is just so awesome and clear which I can not express in words u really made DSA piece of cake, Please upload Graph and DP videos also that will make this series complete. Thanks KK for your great work
@Helly_Patel
@Helly_Patel 2 года назад
Thanks for teaching us like no one did till now!! One small request, please make lectures on dynamic programming as well!!
@shubhamagarwal1434
@shubhamagarwal1434 10 месяцев назад
# GOD Of DSA Hi I am a 11yr exp java guy was searching for some free course on youtube for DSA came accross your course and i just feel love in it...all in one place that too with java...i must say you have done very awsome work...your name will be there on this earth as long as DSA will be asked in interviews...May God Vishnu Bless You :)
@ajinkyapahinkar6463
@ajinkyapahinkar6463 9 месяцев назад
Would like to add that in the linked list cycle II problem you don't necessarily need to calculate the cycle length, if you start with both slow and fast pointers at head, the two pointers will meet after traversing the length of the cycle [you can try it out with test cases]. So once the two pointers meet just reset one of them to the head and start traversing till they meet again and the node where they meet will be the answer!
@codeman0017
@codeman0017 8 месяцев назад
credits to striver isn't it?
@slayerslay383
@slayerslay383 2 месяца назад
"Do you guys realize the immense value of the content being provided here for free?"... Thanks a lot man :)
@abhisings1491
@abhisings1491 2 года назад
bhai majaa aaya. or ye majaa sabko aana chahiye. ye maja kunal sabko dena chahata hai. bhai kunal ghajab kar diya yaar . kya padhaya hai yaar
@KunalKushwaha
@KunalKushwaha 2 года назад
thanks bro
@dharani_dharan.r4680
@dharani_dharan.r4680 2 года назад
Thankyou very much for this wonderful bootcamp ! Especially your linkedList and stack queue videos extremely helped me to get placed in zoho as a developer . Most needed content and beautiful explanations kunal brother ❤.
@gamabuntagamabunta353
@gamabuntagamabunta353 2 года назад
In the bubble sort linked list instead of all the checks with tail and head, we can also do normal swap of values. public void bubbleSort(){ bubbleSortRecursive(size-1,0); } private void bubbleSortRecursive(int r,int c){ if(r==0) return; if(c current.value){ int temp = current.value; current.value = prev.value; prev.value = temp; } bubbleSort(r,c+1); } else { bubbleSort(r-1,0); } }
@LoliceUwU
@LoliceUwU Год назад
wont work for non-primitives.
@techtalktricks9041
@techtalktricks9041 11 месяцев назад
That's not the correct way of doing that
@jamespeterson7824
@jamespeterson7824 2 года назад
THE BEST TEACHING VIDEO on LinkedList No overcomplications, draw diagram and doing the stuff what uh see. Thats how @kunal make things easy for everyone. Great work.
@KunalKushwaha
@KunalKushwaha 2 года назад
You're very welcome!
@PrasadRanjane-rl9zx
@PrasadRanjane-rl9zx Год назад
This video made my fear of Linked List questions go away. You explained very properly so my intuition building has drastically improved. Waiting for you to make topics like Graphs and Dynamic Programming easy for students like us too!
@lalit-singh-bisht
@lalit-singh-bisht Год назад
bhai ye hard waala problem ka ans. nhi aarha...code bhej de
@shivagupta9420
@shivagupta9420 Год назад
Kunal Bro It's Too Much Helping and For Improving Brainstorming skills for problem solving at next level Untill now,I never met anyone who can teach like you in terms of explanation and thought process, understanding You Doing Great Bro,Thanks A Lot💫☺️
@shyamalm88
@shyamalm88 2 года назад
Amazing. Every tips and tricks are helpful. You wre solving those problems like a charm and when you draw tge problem in whiteboard and explain it then its pretty much understandable. Thanks a lot. Love your work.
@rajendrabrahmbhatt2585
@rajendrabrahmbhatt2585 Год назад
@ Kunal Kushwaha please upload more DSA videos. I don't want to see other videos for the remaining concepts yours are much clear I leave without doubts after watching your lectures , if this motivates you to upload.
@piyushthakur3896
@piyushthakur3896 Год назад
The way he teaches java is like learning hindi as Indian. Thank u so much or this. Thanks a lot brother.
@AnimatedBollywood
@AnimatedBollywood Год назад
Don't worry I am with you ..
@subhankarkanrar9494
@subhankarkanrar9494 5 месяцев назад
After watching all questions except the last one ,last rotate question, I have done it by myself without watching solution 😊. Thank you Kunal.
@zindafossil3835
@zindafossil3835 Месяц назад
I can't believe how I am solving leetcode Hard so easily. ( hawwa bana rakha hai kya :) Thanks Kunal❤
@sandysandy7891
@sandysandy7891 2 года назад
Please post more videos on the remaining topics. Your videos are really great and helpful. I know you will be busy with other things. Can you post the assignments at least for now?
@KunalKushwaha
@KunalKushwaha 2 года назад
Thank you, I will
@lakshitajoshi2392
@lakshitajoshi2392 2 года назад
@@KunalKushwaha When? Bhaiya we really need them. hope you will upload them fast.
@29-nikhil18
@29-nikhil18 Год назад
@@KunalKushwaha complete the bootcamp
@pronitwilson7777
@pronitwilson7777 Год назад
this was a blast Kunal...loved this video and it made me look this type of questions very easy...As Kunal says,"There is no easy, medium and hard questions." Your thought process is helping us beginners very much. Thanks man and keep up the good work...
@calmmelodies8801
@calmmelodies8801 11 месяцев назад
HIGHLY RECOMMENDED 👌👌 The best linkedlist course ever , i wished i have done earlier and not wasted time from learning by other courses and videos on yt . Thanks kunal for doing such a good job.
@aniketsingh8749
@aniketsingh8749 2 года назад
It's been more than 3 weeks.... Please upload new videos to this dsa playlist
@gokulbansal1038
@gokulbansal1038 Год назад
I had a lot of problems solving the questions while blindly trying and searching methods and solution.. But this video changed this.. It took 3-4 questions understanding the concept and patterns but after that I solved most of the problems before watching even the theory part of question. A lot of change I can see in my Efficiency. Thanks
@user-zf7jw9nl2y
@user-zf7jw9nl2y 5 месяцев назад
Seriously, the best video on LinkedList ever. The explanation and the thought process involved in solving a problem like "HappyNumber" using LinkedList intuition is explained by "KUNAL" is exceptionally so good and very very easy to understand-the best Interview preparation course on RU-vid. Keep up the good work Kunal.
@bharathKumar-or6gd
@bharathKumar-or6gd Месяц назад
If we saw these patterns, they are enough to tackle any problem that it will trigger in our mind,👌👌👌👌👌👌👌👌👌👌
@GB-jz7ip
@GB-jz7ip 2 года назад
Kunal please post more videos. Final year students really don't have much time left for the placements.
@akashpal3947
@akashpal3947 Год назад
Waiting for next videos Kunal as drive is going on..btw best course on RU-vid I have came across..keep it up man
@determinator4491
@determinator4491 2 года назад
Thank you Kunal for this amazing lecture! I haven't followed any ones channel so much!
@pain9569
@pain9569 7 месяцев назад
Thanks Kunal, You made Linked List concepts a cakewalk for us ! I feel so confident in the topic now , I used to think this all pointing of nodes is so confusing untill I started following the approach of yours
@mokshithbhagavan2709
@mokshithbhagavan2709 2 года назад
Bro Please complete this series waiting for trees and graphs
@anuragbudakoti755
@anuragbudakoti755 2 года назад
Great Course, I Loved The Explanation. Thanks. Waiting For Binary Tree and Heaps and HashTables and Dynamic Programming
@deeppanchal5102
@deeppanchal5102 2 месяца назад
😇😇 Best java dsa or any language dsa out there in the market Nothing else just watch this and if u don`t like this and dsa is not for you
@mriduldixit2721
@mriduldixit2721 Год назад
You are GOD of coding! Kudos! I havnt been touch with the algos, but once I starting watching videos, I have regained interest in this! Thanks !
@Anshika.Agrawal
@Anshika.Agrawal Год назад
I'm not able to find your videos on Graphs and Trees, I've cleared 1st round of Google Coding interview (Thanks to YOU 🎉), next I've been asked to be prepared on Graphs and Trees. Can you please paste the links of those videos or anyone having any other good videos around it (But I'd like your videos cuz they are way too good. simple and easy explanation!)
@zendr0
@zendr0 2 года назад
52:40 cycle LL, imagine the scene from winter soldier, cap and falcon.."On your left".😂
@monikajha3500
@monikajha3500 2 года назад
@Kunal Kushwaha Waiting for your next videos... Like Trees, Graphs, Dynamic programmings etc.
@vanishasingh7800
@vanishasingh7800 2 года назад
Yes, please upload others topics video as well
@khalidsayyad9887
@khalidsayyad9887 Год назад
as soon as question 14 came,I knew at that very moment that you literally made this topic easy,i thought of the solution at the sight of the question
@ShubhamYadav-kv8fs
@ShubhamYadav-kv8fs 2 года назад
Kunal Kushwaha bhai you are doing great job ❤️❤️❤️😘😘
@dharani8871
@dharani8871 Год назад
Thank you....Now i am confident and i feel that with a proper teacher like u.....a normal college student can crack coding interviews of big companies.....thank u so much kunal🥺🥺
@amansayer4943
@amansayer4943 Год назад
4 days before i dont know L of linked list now atleast i have some sort of understanding in LL .Thank you kunal sir
@ArunKumar-if9ii
@ArunKumar-if9ii Год назад
Hi Kunal....I am watched few of your videos.. Your teaching method is amazing and i am able to visualize the things in my mind which helps to simplify the problem statement.... I am having difficulty in understanding the concepts of Trees...Would love if you can do similar video on Trees.
@dailydoseofdepression4459
@dailydoseofdepression4459 2 года назад
Kunal Bhai I am also from MAIT, I want to learn concepts like graph,hashmaps form you but i think it will be too late and my placement will come , please try to upload more frequently on this playlist.
@cindrasenareddy1929
@cindrasenareddy1929 Год назад
HOW DID UR PLACEMENT WENT BRO?
@zishanchaudhary221
@zishanchaudhary221 Год назад
@@cindrasenareddy1929 yeah i also want to know
@sagarsrinivas3184
@sagarsrinivas3184 2 года назад
Heyy bro.. Watching your video makes me very confident in coding.. Also do videos on DSA advanced like DP Tree and graphs also.. It's my request..
@anupamdubey5736
@anupamdubey5736 2 года назад
Hey Kunal ,could you add timestamps to the video. It is very good but would become easier and save time to navigate to specific topics. Thanks
@hammad8965
@hammad8965 2 года назад
Will be added till tomorrow or day after tomorrow !
@piyushranjan4620
@piyushranjan4620 10 месяцев назад
in get middle elemnet program you are using diffrent program and in merge sort you are using diffrent getmid and older one is not working , why?
@SandeepThota12
@SandeepThota12 Месяц назад
I just love this bootcamp. Kunal you are awesome
@PriyaSingh-zb5wn
@PriyaSingh-zb5wn 4 месяца назад
Kunal thank you so much for these lectures. I will always owe it to you.
@KunalKushwaha
@KunalKushwaha 4 месяца назад
You’re welcome
@arnabchatterjee2094
@arnabchatterjee2094 Год назад
Moral of the series till now -> Just draw on the paper , understand it and then write the niche thing that is the code
@shriharikulkarni3986
@shriharikulkarni3986 Год назад
Re-watched the video today, Kunal you're awesome! Draw, see what is the output, implement, thats it!!
@keshavgandhi2446
@keshavgandhi2446 2 года назад
Who Said You Can Love Only Living Things... Watch Out This Course...You Will Be In Love With This Course !! Love You Kunal Broooo !!
@rambabupatidar3092
@rambabupatidar3092 2 года назад
now I am feeling good after solving same hard and medium question on leetcode. Thank you Kunal. your course is mind blowing.
@thanirmalai
@thanirmalai 2 года назад
Btw , I think for bubble sort for swapping nodes , you can just swap the value of the nodes instead of swapping the node itself. Like [first.value,second.value] = [second.value,first.value]
@talhahussain625
@talhahussain625 Год назад
This is only applicable if the value is primitive or string but not in case of objects.. You have to swap each instance variable in your approach.
@sangharshpipare666
@sangharshpipare666 5 месяцев назад
I didn't know Happy Number could be solved like that, I used brute force approach initially, thanks for the adding that question.
@satyampandey3136
@satyampandey3136 7 дней назад
Thank you so much!! These videos are pure gold.
@thanirmalai
@thanirmalai 2 года назад
Amazing video. Truly helped me to understand linked list in depth. Thank you
@subhamagarwal476
@subhamagarwal476 2 года назад
Some People now want kunal to jump to devops inmediately....This is not the way people. Earlier you only requested for this ...Kunal bhaiya, Please cover all the things like graph dp , stack ..make it a full interviee prep and i know you will🔥💓💓💓
@shubhambansal8794
@shubhambansal8794 6 месяцев назад
Finally i got the confidence, Thankyou.
@anshulporwal3957
@anshulporwal3957 2 месяца назад
Just wow!!! It's a really commendable video, man. Fantastic explanation and way to think of a problem. Lots of thanks
@tanujarora4906
@tanujarora4906 2 года назад
Amazingg Bhaai!! Reverse a Linked list recursively and Dry running it cleared all the doubts.
@erz_mafia
@erz_mafia 2 года назад
when are the next DSA video coming?
@sandeepmukherjee739
@sandeepmukherjee739 2 года назад
Kunal such a crystal clear explanation u r just killing it
@narolavarshil6067
@narolavarshil6067 2 года назад
I am so glad that you made this video but I have doubt in distinguishing between subarray questions.I am not able to see when to use sliding window,stack,dp or montonic queue . please make video to solve this subarray questions as it is asked heavily in coding interviews.I am able to solve with tags but the distinguishing part is hard for me
@aritrachatterjee147
@aritrachatterjee147 2 года назад
Thori der se aya magar durust aya❤️
@yashwanthraj1146
@yashwanthraj1146 6 месяцев назад
Best way of explaining the thought process ever
@arkajyotidas2546
@arkajyotidas2546 Год назад
These videos are a masterpiece, but when are the new videos coming in this series , waiting eagerly for a very long time
@aiml5910
@aiml5910 Год назад
Kunalll that was a grt job man!!literally u explained us how to think and approach the problem keeping in mind how the other person wud approach , eventho u were a pro in it..grt dude
@GoodBoy_._
@GoodBoy_._ 2 месяца назад
Last ques: Rotate List can also be solved using reverse logic :--> Logic is simple => 1>assign three node prev, curr, after 2>iterate place the curr node at last 3>point it to head of the list and then make it as new head 4>perform it k no of times if(head == null || head.next == null) { return head; } int size = getSize(head); k = k%size; for(int i=0; i
@r-12avinendrasingh26
@r-12avinendrasingh26 2 года назад
Bhaiya have u thaught maps and hash maps, tree ete. Kunal bhaiya... please continue this series nd make it 100% complete... we don't want to refer anywhere else for other topics.
@Sillysmiles76
@Sillysmiles76 Год назад
God damn explanation of each and every intuition I loved it Kunal. Even though it is taking time to understand, once it gets to head nothing can stop to solve similar problems with this intuition. Thank you so much for the entire play list.
@anjalithakur_12
@anjalithakur_12 Год назад
Just here to appreciate the detailed explanation of every question which made it super easy to understand but having sorta hard time with the reorder list question
@KunalKushwaha
@KunalKushwaha Год назад
Glad you liked it!
@nishu0766
@nishu0766 10 дней назад
This video has 407k views and only 7k likes , why people don't support his videos even when he had made such a long video to explain every single thing in detailed and easier manner.
@user-qo1qr6ur1k
@user-qo1qr6ur1k 2 месяца назад
Literally the Happy Number problem with the cycle method......
@codewithmahesh1
@codewithmahesh1 6 месяцев назад
Really Awesome video........ Thank you so much for making such videos, with all the pattern of questions, and telling how to approach it
@MM-zq3hs
@MM-zq3hs Год назад
After like 2-3 months I've got this question in one of my interview, so I was able to recall the lectures learnings though I came to see the videos again for better. I am looking at 179k views and I am sure next time I would see this video it will 2M views and more to go.
@Aniket_0314
@Aniket_0314 Год назад
After 1st hour i was able to solve most of the question by myself , really helpful video. Thanks for the efforts ❤❤
@skvni5607
@skvni5607 2 года назад
Hey Kunal!! First of all thanks for this amazing course . plz can you make one lecture on #hashing ??? it will be so helpful thanks
@ritikakosigi9176
@ritikakosigi9176 10 месяцев назад
thank you Kunal you just made me fall in love with linked lists!!!!
@akshatmehta4597
@akshatmehta4597 2 года назад
Thank you Bhaiya for the bootcamp.Just to ask that since length of the head to the node where cycle is formed is equal to the length of the node due to which cycle is formed to the length of the node where is cycle is formed is equal i.e in the example length of 1...4 and 6...4 =k so we can run a loop from head till the point where our temp is equal to fast or slow while incrementing both of them.This will reduce the runtime to a greater extent.
@md-abid-hussain
@md-abid-hussain Год назад
How this video can be so awesome? Explanations are way too good
@KunalKushwaha
@KunalKushwaha Год назад
You’re welcome
@prabhu5220
@prabhu5220 6 месяцев назад
Can't thank you enough for this video, i think this is the best video i have seen so far for linked list!!
Далее
Moto Trial vs Moto acrobática 🏁
00:29
Просмотров 2,2 млн
Top 7 Algorithms for Coding Interviews Explained SIMPLY
21:22
Quick Sort Using Recursion (Theory + Complexity + Code)
42:14
Recursion - Array Questions (Theory + Code + Tips)
1:18:48
why are switch statements so HECKIN fast?
11:03
Просмотров 407 тыс.