insertion sort i saw 100 videos,but all are half baked,half crooked and half naked only except this video,BOSS continue you have understood it ,please keep it up .........with my salute
@techtoss75157 ай бұрын
now im clear in insertion sort after wasting 1 year of finding different resources else where.. thank you so much sir...😍😍😎😎
@samwelino7 ай бұрын
Watched many videos and read many articles about Insertion sort algorithm, but your explanation is the best👍
@KavyasriKinjarapu6 ай бұрын
It's awesome sir thank you for teaching very neatly 😊
@farxeennn_n Жыл бұрын
well explained sir. will forever be grateful. you made coding so easy
@mrdeveloper4438 Жыл бұрын
Awesome explanaton great sir more question solve of DSA problem that will be great.
@mrunalirajkule64411 ай бұрын
Just Awesome Explanation Sir
@butterflybeautysalonindore7542 Жыл бұрын
What an excellent explanation as always thank you so much sir 😊
@varunds82557 ай бұрын
Very detailed explanation sir, thank you.
@gods_love88811 ай бұрын
thank u so much sir(i know iam gona never forget this code in life)
@maruthirompicherla454910 ай бұрын
love you sir you are god of dsa
@vishaljaiswar6441 Жыл бұрын
loved the explanation
@phuongnguyen9244 Жыл бұрын
Thank you for your lession. Can you make a video about quick sort ?
@egos_ua Жыл бұрын
thank you for your solid explanation, you are cool
@DeepikaDecodes Жыл бұрын
Well explained 👏
@chanaka7518 Жыл бұрын
Great explanation
@thelunatiK4 ай бұрын
Wow He explained it like it was a piece of cake
@laxusgaming1083 ай бұрын
amazingly taught.
@ubiquitousgamer955 Жыл бұрын
Thanks a lot, finally understood how the end arr[j+1l=key prevents the index out of bounds error.
@pnprashant671 Жыл бұрын
Fuckin hell😅, please explain here brother! Glad I saw your comment.
@mehulkumar86745 ай бұрын
Very well explained 👍👏
@Sidgo00720 күн бұрын
Bro...nuv telugu aitey nijjanga thopu bro channel name is in telugu so asking out of curiosity!! Best explanation and very clear one too
@NallajamChenchuKrishnaiah3 ай бұрын
for(int i = 0;i0;j--){ if (arr[j] < arr[j - 1]) { // swap(arr[j],arr[j-1]);\ int t = arr[j]; arr[j] = arr[j - 1]; arr[j - 1] = t; } } } by using this logic we can perform insertion logic
@raviteja-u9u5 ай бұрын
sir can you pls give some example questions at the end so that we will do that questions and gains extra knowledge hope you see my comment and impliment it for upcoming videos
@smani7654 Жыл бұрын
Hi bro Can you please make a machine learning series using python
@vyshnaviyendluri18462 ай бұрын
Tq for the logic sir
@BalajBm8 ай бұрын
which too you used for teaching ., im ask your black board name
@diptamoy12 Жыл бұрын
Sir please make a series on aws or azure cloud tutorial
@sonubehera7882 Жыл бұрын
To our teacher thought us this concept in c language
@SivaTechVerse Жыл бұрын
Can i oos know why you are doing only with java but not with python