Пікірлер
@pollardsamba2021
@pollardsamba2021 6 сағат бұрын
Thank you, very precise
@px8
@px8 4 күн бұрын
Very good explanation. Thank you
@EshanAli-z9i
@EshanAli-z9i 5 күн бұрын
THE WAY MY JAW DROPPED
@sheharafathima
@sheharafathima 5 күн бұрын
Crisp and better explanation ❤
@rohitpol1109
@rohitpol1109 7 күн бұрын
Short, crisp, and an excellent explanation! 🩷
@raymondzagalo9571
@raymondzagalo9571 8 күн бұрын
Well done boss!
@calwoods3762
@calwoods3762 9 күн бұрын
How are you not caught in an infinite loop? The recursive call is too early, the compiler should not be able to get past the beginning of the method due to constantly restarting itself. 😵‍💫
@ישיכהן-ב8ו
@ישיכהן-ב8ו 9 күн бұрын
Pls upload more videos❤
@buraktekin5794
@buraktekin5794 11 күн бұрын
You got balls man!
@ayanamirei207
@ayanamirei207 11 күн бұрын
Very helpful! Thank you. I don't see a need for the added j variable though. the algo runs the same if you just replace j with i.
@weza0
@weza0 12 күн бұрын
so i watched over 5 videos on this algo and this video is truly one of the best
@savewater2840
@savewater2840 12 күн бұрын
At 9:50, in line 15, adding an equality to the if condition ensures that the the sorting algorithm is stable too...
@marypaul9627
@marypaul9627 13 күн бұрын
Thanks, i had to subscribe
@shayanroohbakhsh9321
@shayanroohbakhsh9321 14 күн бұрын
wonderful explanation
@Pav711
@Pav711 15 күн бұрын
if it doesn't run for you, you need to add return arr def insertion_s(items): for i in range(1, len(items)): m = i while items[m - 1] > items[m] and m > 0: items[m - 1], items[m] = items[m], items[m - 1] m -= 1 return items
@LoL-ox8li
@LoL-ox8li 17 күн бұрын
The explanation is very good and simple to understand. But is there no Bellman Ford?
@MauriceHenning
@MauriceHenning 18 күн бұрын
Brother, you have done God's work lol... I've looked at tons of videos and studied many illustrations. You explained this in 8 minutes.
@InezInez-ih5zs
@InezInez-ih5zs 19 күн бұрын
THANK YOUUU SOO MUCH OMG
@lostswordsman_zoro979
@lostswordsman_zoro979 19 күн бұрын
I LOVE YOU.....THANKS ALOT!!!
@hasanxissa0
@hasanxissa0 19 күн бұрын
top 1
@melissaparker4091
@melissaparker4091 20 күн бұрын
When you finally understand! 🤣
@wavecheeez1246
@wavecheeez1246 26 күн бұрын
all was good before the first while)) video not better then others... dis
@AhmedIbrahim-fi2so
@AhmedIbrahim-fi2so 28 күн бұрын
its a horrible algo
@pekufatima3149
@pekufatima3149 Ай бұрын
most precise and explained video ever
@networking1014
@networking1014 Ай бұрын
Best explanation I have come across. Thank you
@shoryamiglani4417
@shoryamiglani4417 Ай бұрын
I switched from viewing on yahoo to viewing on youtube so I could like the video
@zzgladiatorzz252
@zzgladiatorzz252 Ай бұрын
I know I'm seeing this video a bit late but... I wanted to ask if this same code will be acceptable in exams like Cambridge Computer Science (9618)
@jaithakur31
@jaithakur31 Ай бұрын
Very confusing
@hunterboss4907
@hunterboss4907 Ай бұрын
Thank you very much, I was struggling with this topic, but now it is all clear to me.
@yaraevil
@yaraevil Ай бұрын
5:34 u didn’t update the E🥲
@sia9071
@sia9071 Ай бұрын
Yeh cuz 7+3 is 10 and e is rn 8 which is shorter
@HabibFx
@HabibFx Ай бұрын
great
@wilsonsaffold
@wilsonsaffold Ай бұрын
This was a very easy to understand visual representation and explanation, Thank you.
@sheids753
@sheids753 Ай бұрын
Thank you so much for this!
@LizyAd
@LizyAd Ай бұрын
Very fantastic explanation. Thank you so much!!>
@utopia391
@utopia391 Ай бұрын
tysm it helped me alot
@SourabhGurav-s4o
@SourabhGurav-s4o Ай бұрын
Thanks Felix. The explanation was slow and intuitive. Understood every bit of what you explained.
@osyswag111
@osyswag111 Ай бұрын
6:53 Why did no one notice this 😂
@mrlazypants
@mrlazypants Ай бұрын
THANK YOU!
@Anjalikumari-cl7zx
@Anjalikumari-cl7zx Ай бұрын
please made more videos on other topic also please
@mabline2267
@mabline2267 Ай бұрын
Thank you so much for your explanation. Understood it very well 😊
@yuytbe
@yuytbe Ай бұрын
excellent video 好好好好好好好好好好好好
@Abhi-fq4wc
@Abhi-fq4wc Ай бұрын
Please make complete dsa playlist in python
@OsydeousMusic
@OsydeousMusic Ай бұрын
I had to comment. This is so easy to understand that I watched the whole 8 mins, not pausing once
@bhanuvarma1239
@bhanuvarma1239 Ай бұрын
sir you didn't return anything in the code...
@shravani.a
@shravani.a Ай бұрын
Your teaching method is so calm, it helps slow down my panic-stricken heart every time I start to code. Thanks!
@someone9493
@someone9493 Ай бұрын
Superb explanation, thank you so much!
@wajahathussain3093
@wajahathussain3093 Ай бұрын
thankful
@AndrewKim-v3b
@AndrewKim-v3b Ай бұрын
Hey Felix, this is the most concise and clearest explanation I've seen, packed in less than 10 minutes. Bravo to your work!
@adityalawande1771
@adityalawande1771 Ай бұрын
Thanks man!
@FinDuffy-yl6qj
@FinDuffy-yl6qj Ай бұрын
You should probably assume if someones learning this algorithm they already know basic python syntax