Insertion Sort Algorithm - Theory + Code

  Рет қаралды 254,699

Kunal Kushwaha

Kunal Kushwaha

Күн бұрын

Пікірлер: 279
@KunalKushwaha
@KunalKushwaha 5 ай бұрын
DSA + interview preparation playlist: kzbin.info/aero/PL9gnSGHSqcnr_DxHsP7AW9ftq0AtAyYqJ
@fv5895
@fv5895 3 жыл бұрын
first time in my life I was able to solve 3 leetcode medium questions in one attempt. Thank you bro.
@KunalKushwaha
@KunalKushwaha 3 жыл бұрын
All the best
@pavan5524
@pavan5524 3 жыл бұрын
I wish teachers from my college watch these videos and learn how to teach dsa! 😶
@vedanthbaliga7686
@vedanthbaliga7686 3 жыл бұрын
Im not attending my college classes😂after this course. It's a surprise you still attend classes
@SKILLCRYSTAL
@SKILLCRYSTAL 3 жыл бұрын
After watching this course I ask cross questions to faculty , it's really fun😂
@vedanthbaliga7686
@vedanthbaliga7686 3 жыл бұрын
@@SKILLCRYSTAL same😂
@pavan5524
@pavan5524 3 жыл бұрын
@@vedanthbaliga7686 the point was, you'd attend if a teacher like Kunal was teaching 😂
@ashreynahar8456
@ashreynahar8456 3 жыл бұрын
@@vedanthbaliga7686 same 😅
@ankit_1012
@ankit_1012 3 жыл бұрын
Teaching in the simplest way possible yet most effective way of teaching.I'll prefer to binge watch your videos rather than prime/Netflix....
@KunalKushwaha
@KunalKushwaha 3 жыл бұрын
So nice of you!
@akshaytakrani6886
@akshaytakrani6886 3 жыл бұрын
When kunal teaches, the concepts are crystal clear ❤️
@KunalKushwaha
@KunalKushwaha 3 жыл бұрын
Thank You!
@chiragvohra6673
@chiragvohra6673 3 жыл бұрын
Every time kunal is saying don't worry about complextity,One thing I want to say to Kunal In binary Search You have covered more time complexity than other youtuber's whole complexity lecture. Even you are saying I will make a Complexity video on this. That's why You are gem to us.😉😉
@gautamjha928
@gautamjha928 Жыл бұрын
yes, you are right.....i am placed in paytm just by watching his entire DSA playlist
@devanshtiwari178
@devanshtiwari178 9 ай бұрын
Your explanations themselves are so good that I code the algorithms myself. Before following this playlist I used to think that these algorithms have to be learned and now I laugh at myself
@karmatsering158
@karmatsering158 3 жыл бұрын
His teaching materials should be distributed to all the online professors.
@anishaa3298
@anishaa3298 2 жыл бұрын
HA HA HA HA HA
@RajeshKR-q3y
@RajeshKR-q3y 12 күн бұрын
Your tutorials are helping many tech people it's like a gem , please do not stop complete the whole algorithm concepts
@Mohit_Gupta24
@Mohit_Gupta24 8 ай бұрын
One observation - for every pass we are sorting pass + 1 elements of array i.e. when pass = 0(i = 0), 2 elements are sorted. This sort happens using swapping technique which can be visualised as ''Bubble sort in reverse' - basically here we are swapping in reverse order - like compare adjacent element and swap and repeat :) So the min element of array comes at first index position of array as a part of this swap.
@vaibhavyadav2674
@vaibhavyadav2674 3 жыл бұрын
Bhaiya can't wait to watch your next playlists on web development , machine learning , and many more Had become big fan of yours 😍😍
@KunalKushwaha
@KunalKushwaha 3 жыл бұрын
Glad to hear that
@SonaliSingh-jy8pw
@SonaliSingh-jy8pw 10 ай бұрын
@@KunalKushwaha please pls pls do a playlist for mern stack - webd
@srideepkundu3221
@srideepkundu3221 4 ай бұрын
I was taught insertion sort in my high school. Never understood and always made some mistake due to logic error. After this lecture I feel satisfied fr. Thank you Kunal.
@HARSHKUMAR-g2d6u
@HARSHKUMAR-g2d6u 10 ай бұрын
You are the best teacher in the entire world to learn about the Data Structure and the algorithm
@undergroundartist6069
@undergroundartist6069 Жыл бұрын
your god for me brother no one teaches like you....teachers from our college never teach us like your teaching...Thank you
@sreesamudrala5188
@sreesamudrala5188 Ай бұрын
If concepts were taught this clearly in college, Data Structures wouldn’t seem difficult to anyone. Amazing work, Kunal-you’re fantastic!
@DevGuy1234
@DevGuy1234 3 ай бұрын
Happy Teacher's Day, Kunal!!! Thanks for teaching us!!
@Raavan-07
@Raavan-07 2 жыл бұрын
after watching 8-9 different videos of insertion sort from every source but won't be able to understand the internal working of insertion sort. But finally, when I saw your detailed explanation of the insertion sort video, it cleared my all doubts. Thanks, Kunal Kuswahaaa...
@sainaid
@sainaid 4 ай бұрын
whenever the time complexity concept comes, kunal everytime saying "i have covered it in previous lectures, why i am saying it again and again!" makes me repeat it with him
@sainaid
@sainaid 4 ай бұрын
this insertion sort i found a bit tough than other sorting algorithms but you made it easy to understand for me. thankyou once again for providing this amazing dsa playlist. 😊
@sohamsattigeri1750
@sohamsattigeri1750 3 жыл бұрын
The best thing about the lecture is amount of time given to explain the algorithm to the time given to coding
@shiwanithagele4544
@shiwanithagele4544 2 жыл бұрын
from zero interest in coding to solving questions from my end ... you always help me thank you so much ... and god bless you with more happiness and success.
@detexter3143
@detexter3143 3 жыл бұрын
dont believe him guys...anyone watching this video just go once through the comment section you will not need more proof that this is the best course on the internet and he has the best teaching skills.... i am an idiot, i hated dsa but the way he teaches it makes me motivated to keep on doing and know what, i am improving my problem solving.... he not only teaches dsa but also the most important skill which is problem solving and how to approach a problem. just believe in this course and keep on solving and supporting this channel.
@KunalKushwaha
@KunalKushwaha 3 жыл бұрын
Thanks for sharing!
@Mr_Kaif__
@Mr_Kaif__ Жыл бұрын
I just understood that what I have to do and then I made the code logic by myself. Thank you so much Kunal bhaiya.
@shubhamagrawal78
@shubhamagrawal78 2 жыл бұрын
Hey Kunal! Loving your way of explanation and the way you make difficult concepts easier and simpler is beyond expectation. I learnt a lot from your videos, I learnt indentation, writing clean code, logic building and what not. Please complete this playlist as soon as possible. It will be beneficial for everyone who started this series hearing your words that this is the only course you need to get a job at FAANGM.
@nehagadekar7381
@nehagadekar7381 3 жыл бұрын
Everything seems so easy when u teach some people are deliberately making taboo of it is so difficult I am thankful to you for this quality content 👍
@ashwinikalyan9437
@ashwinikalyan9437 3 жыл бұрын
Literally binge watching your content 🙌🙌
@KunalKushwaha
@KunalKushwaha 3 жыл бұрын
Hope you enjoy!
@ashwinikalyan9437
@ashwinikalyan9437 3 жыл бұрын
@@KunalKushwaha LOVE THEM SO MUCH THANK YOU!!!GOD BLESS YOU YOU PURE SOUL
@suvraneelsaha8973
@suvraneelsaha8973 2 жыл бұрын
25 mins explanation 5 mins of code loved it
@owaisnazirdar3575
@owaisnazirdar3575 3 жыл бұрын
I Don't Know How To Thank You But I Am Sharing It Through All My Social Media Platforms
@KunalKushwaha
@KunalKushwaha 3 жыл бұрын
Thats more than enough for me
@sumit8806p
@sumit8806p 3 жыл бұрын
I used to watch and learn daily from this course but haven't done anything past 15 days. Hope I continue to learn from today. 🙂
@karthiknair1430
@karthiknair1430 Жыл бұрын
no u wont
@charugullasairitvik3099
@charugullasairitvik3099 3 жыл бұрын
entire insertion sort explained clearly in detail and with good explanation...
@lostt3435
@lostt3435 2 жыл бұрын
hey, very detailed video Kunal. Got every bit of it. Thank you to put your time and efforts into this. Nobody explains dsa in this much of depth. Thank you😊
@mayankgupta9988
@mayankgupta9988 Жыл бұрын
Best Explanation video for Insertion Short I found on KZbin 🤩
@vedanthbaliga7686
@vedanthbaliga7686 3 жыл бұрын
3 videos in under 24 hours🤯thanks Kunal. Idk how you do this😬
@TheHariPutraOfficially
@TheHariPutraOfficially 3 жыл бұрын
Are you KONKANI?
@gautampoddar7785
@gautampoddar7785 3 жыл бұрын
Doing a great job! Always needed a good playlist I could depend for DSA placement prep!
@sujaydey9160
@sujaydey9160 2 жыл бұрын
Usually I don't comment but you made me to like and comment in your videos. You owe me man. Also enjoying your DevOps stuff parallelly. Ahh one thing I want to let you know, I gave my computer networking exam by just watching your networking video twice, nothing else and I nailed it 😉. Hope to meet you one day ❤️
@D.S.Apkare
@D.S.Apkare 2 жыл бұрын
Kunal Sir Thanks for this video as well as for code and notes from GitHub It helped me very well You explain very well that anyone can understand from age 2 to age 90. There can also understand who don't know to read and write and only Know English Thanks for providing this ☺️☺️
@arshsandhu5707
@arshsandhu5707 Жыл бұрын
His explanation was so good that i was able to write the code myself before checking his ❤❤❤
@priyankashaw1238
@priyankashaw1238 2 жыл бұрын
Your explanations are so detailed that I'm usually able to write programs without even seeing your code.
@swooshruti
@swooshruti 11 ай бұрын
It is amazing to learn every step so wonderfully explained by you
@vikaspanwar5194
@vikaspanwar5194 3 жыл бұрын
Watched this video during viva and explained this algo well to my teacher. Thanks kunal bhai
@dhworld9428
@dhworld9428 Жыл бұрын
Kunal u r great person I wish every teacher watch this vdo and tech him students this way🎉
@charlesopuoro5295
@charlesopuoro5295 Жыл бұрын
Another great video Kunal. You are the man. Thanks for your charitable endeavours.
@SatyamKumar-lj5bi
@SatyamKumar-lj5bi 3 жыл бұрын
Kudos to you for uploading soon ! ❤️❤️
@piyushkhandelwal1662
@piyushkhandelwal1662 3 жыл бұрын
Sir you are awesome your explanation is great and one thing i write sir in my every comment because you are like my mentor a real teacher 🤗🤗🤗🤗🤗🤗🤗🤗🤗🤗
@ravindraverma8413
@ravindraverma8413 Жыл бұрын
The way to explain complexity is awesome.
@santoshkumarpandey8372
@santoshkumarpandey8372 Ай бұрын
I compare this against 3-4 folks and by far KK's desc is awesome
@abhiraj533
@abhiraj533 2 жыл бұрын
Awesome content.. Not every educator can ease concepts out as simple as you do. Keep educating ...
@GOKULK-ll8ur
@GOKULK-ll8ur Жыл бұрын
best explanation bro explained everything that it take only five minutes to code myself
@hemanthsavasere934
@hemanthsavasere934 Жыл бұрын
Hope Kunal brings out more quality content like these. Loved this
@Mansisinghal1234
@Mansisinghal1234 4 ай бұрын
this course deserves millions of likes
@HomesickCoder
@HomesickCoder 3 жыл бұрын
Bhaiya just one word for uh, thankyou guru ji , wishing you a beautiful life ahead I'll meet you one day ❤️
@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!!
@Iron.agrawal
@Iron.agrawal 9 ай бұрын
Superb explanation. Absolutely amazing.
@akhilreddybollu5551
@akhilreddybollu5551 2 жыл бұрын
I love the way you teaching 😍😍🥰🥰
@KaisarAnvar
@KaisarAnvar Жыл бұрын
The hardest problem I faced in your lecture was 2D matrix array. I always return back to that video to grasp the details, otherwise everything is CRYSTAL clear!
@shuklshivam
@shuklshivam 2 жыл бұрын
Amazing video @kunal. (Concepts == cleared) -> true
@alexA-zf4mk
@alexA-zf4mk 2 жыл бұрын
thank u for ur amazing efforts ,it really helped me to understand dsa topics
@masroorshah4968
@masroorshah4968 3 жыл бұрын
won't come easier than this! great explanation
@Ankurkumar-jr2ro
@Ankurkumar-jr2ro Жыл бұрын
you taught the concept so well that now my Genetics also know Insertion sort. Hence my grand children will also be good in sorting now.
@Content_creater_entertainment
@Content_creater_entertainment 5 ай бұрын
Best playlist ever
@kush_anju
@kush_anju 3 ай бұрын
Thank a bunch kunal literally my doubts are not Doubt yet😅
@akhiluniyal9455
@akhiluniyal9455 Жыл бұрын
Thanks kunal that explanation was epic, I was struggling in understanding this concept.
@Education..29071
@Education..29071 11 ай бұрын
Such a great way of explanation Thanks a lot bhaiya😊❣️
@aaryanraj8342
@aaryanraj8342 11 ай бұрын
@aryangaming8665 why j>0 in this code plz explain
@Education..29071
@Education..29071 11 ай бұрын
@@aaryanraj8342 becoz j is starting from i+1 and j-- everytime so if j will come to 0 then j-- result in Array outofbound condition
@tolulopemalomo8922
@tolulopemalomo8922 Жыл бұрын
You explained this so clearly, thank you!
@bekamengesha8527
@bekamengesha8527 2 ай бұрын
Superb explanation🎉🎉🎉🎉🎉
@sojuu.11
@sojuu.11 6 ай бұрын
Great teacher.
@vishalparashar4976
@vishalparashar4976 Жыл бұрын
after you explain i just code it myself thanks sir
@nagarjunaakkisetty6801
@nagarjunaakkisetty6801 2 жыл бұрын
Great Kunal sir I loved your explanation man
@viper_jiggly_zt
@viper_jiggly_zt 10 ай бұрын
My Man(kunal) stand by what he says 😮‍💨😍
@rutvik_mahant
@rutvik_mahant 5 ай бұрын
Thank you the concepts are very clear now
@rajsumanth9
@rajsumanth9 7 ай бұрын
Super explanation ❤😊
@anmolsharma9539
@anmolsharma9539 3 жыл бұрын
24:49 what did he say 😂 Just for fun , great lecture kunal learned a lot from it.
@aritrachatterjee147
@aritrachatterjee147 3 жыл бұрын
Hey Kunal I commented on the last video also ,, it's good that you are uploading in a regular basis ❤️ my question is will there be any long video like the one of binary search where u explained every possible topic questions... Will there be that kind of video for sorting? Just wanted to ask thanks ❤️
@KunalKushwaha
@KunalKushwaha 3 жыл бұрын
Yes there will be many over the course, because sorting is combination of many concepts
@shashianand9330
@shashianand9330 Жыл бұрын
Thanks @Kunal Kushwaha for creating me a better CS student
@82hariharan
@82hariharan 3 жыл бұрын
Clearly explained. Thank you.
@KunalKushwaha
@KunalKushwaha 3 жыл бұрын
Glad it was helpful!
@ashwinikalyan9437
@ashwinikalyan9437 3 жыл бұрын
Boy's on fireee 🔥🔥🔥
@sakshijain9637
@sakshijain9637 3 жыл бұрын
Ur amazing just completed watching selection sort
@PROTECHRAHUL
@PROTECHRAHUL 3 жыл бұрын
Kunal bhai Is rocking 😎
@sanjairs6934
@sanjairs6934 2 жыл бұрын
As a beginner,I felt this is better than CLRS pseudocode.
@user-code404
@user-code404 6 ай бұрын
there is one more implementation of Insertion sort in which the overhead of swap function is avoided.: public static int[] optimizedInsertionSort(int[] nums){ if(nums.length == 0) return new int[0]; else{ for (int i = 1; i< nums.length; i++){ int key = nums[i]; int j = i- 1; while(j>=0 && nums[j] > key){ nums[j+1] = nums[j]; j--; } nums[j+1] = key; } return nums; } }
@vinayryuzakikale7247
@vinayryuzakikale7247 Жыл бұрын
Awesome as always
@cindrasenareddy1929
@cindrasenareddy1929 2 жыл бұрын
gurujii!!!!!!!!!!!!!!!!! u are great
@wheatleyOX
@wheatleyOX 2 жыл бұрын
perfect explanation! thank you very much
@KshitizAnand-xr1wj
@KshitizAnand-xr1wj 4 ай бұрын
I liked this video very much.
@RaoWaqasAkram
@RaoWaqasAkram Жыл бұрын
Thanks alot for detailed explanation.
@faizalvasaya2245
@faizalvasaya2245 17 сағат бұрын
Thanks for in-depth explanation @KunalKushwaha
@goswamianshuman
@goswamianshuman 3 жыл бұрын
amazing as always ❤❤
@10raunakdubey7
@10raunakdubey7 2 жыл бұрын
bro superbbbbb loving yrr this palylist
@saurabhjaswal21
@saurabhjaswal21 2 жыл бұрын
Great Explanation
@malavipande6693
@malavipande6693 2 жыл бұрын
ThankYou Kunal G!😇
@nagendratalari1002
@nagendratalari1002 3 жыл бұрын
Kunal on 🔥.... thank-you ji
@md.arslan9789
@md.arslan9789 6 ай бұрын
beautiful explanation!
@aniketmore1410
@aniketmore1410 8 ай бұрын
Your explanation is very good ! 😊😊. Can anyone suggest some project using these sorting algorithms?
@dillirajtimalsina
@dillirajtimalsina 3 жыл бұрын
you said "make sure you comment" thats why i commented otherwise i am in rush to watch next video of this series!
@architkumar1265
@architkumar1265 3 жыл бұрын
Hey Kunal, just want to appreciate your efforts. I love your videos and these videos are actually making my concepts more strong. There was a quick question of mine that is it essential to buy any book for Java or your video lectures and notes are sufficient for placement purpose and other open source contribution purposes...????🙄
@itishachoudhary906
@itishachoudhary906 9 ай бұрын
Thank you. great explanation...
@ShivamDubey1
@ShivamDubey1 3 жыл бұрын
Now, Kunal is in Form 😎
@sreenivaspakalapati8123
@sreenivaspakalapati8123 3 жыл бұрын
Unstoppable 🔥
@CuriousMindToGrow
@CuriousMindToGrow 6 ай бұрын
Bro you are genius.
@yatinchauhan1710
@yatinchauhan1710 Жыл бұрын
finally i understood the insertion sort.
Cycle Sort - Amazon, Google, Microsoft Interview Questions
1:35:32
Kunal Kushwaha
Рет қаралды 413 М.
Selection Sort Algorithm - Theory + Code
18:49
Kunal Kushwaha
Рет қаралды 261 М.
Jaidarman TOP / Жоғары лига-2023 / Жекпе-жек 1-ТУР / 1-топ
1:30:54
Vampire SUCKS Human Energy 🧛🏻‍♂️🪫 (ft. @StevenHe )
0:34
Alan Chikin Chow
Рет қаралды 138 МЛН
Making an Algorithm Faster
30:08
NeetCodeIO
Рет қаралды 182 М.
Bubble Sort Algorithm - Theory + Code
46:37
Kunal Kushwaha
Рет қаралды 355 М.
The Absolute Best Intro to Monads For Software Engineers
15:12
Studying With Alex
Рет қаралды 676 М.
Top 7 Algorithms for Coding Interviews Explained SIMPLY
21:22
Codebagel
Рет қаралды 462 М.
Strings and StringBuilder in Java
1:27:29
Kunal Kushwaha
Рет қаралды 522 М.
Hardy's Integral
13:47
Michael Penn
Рет қаралды 5 М.
Sorting Algorithms Explained Visually
9:01
Beyond Fireship
Рет қаралды 558 М.
Binary Search in 2D Arrays
58:57
Kunal Kushwaha
Рет қаралды 336 М.