Тёмный

Lecture 1 : Insertion sort 

Introduction to Algorithms and Analysis
Подписаться 2 тыс.
Просмотров 65 тыс.
50% 1

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

 

1 окт 2024

Поделиться:

Ссылка:

Скачать:

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

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 17   
@aravindhs4948
@aravindhs4948 4 года назад
such a poor explanation. he could use the pseudo code that he wrote line by line for the example. he himself is confused whether to move "i " after each iteration. Its better to watch videos of mit or stanford if professors from iit are poor in explaining. I m not saying all iit professors are bad. when the mooc is poor its better to move on.
@aerodynamico6427
@aerodynamico6427 2 года назад
He is utterly, thoroughly, hopelessly confused. At 12:50, he is flailing about,. not sure where is "i" and Where is "j". He must be the world's worst Algorithms teacher! Probably got appointed into IIT with political influence. And someone here calls his rambling confusion "one of the best explanation"!!!
@rishabhjain4880
@rishabhjain4880 6 лет назад
very bad teacher.made things very complicated
@abhishekmazumdar2072
@abhishekmazumdar2072 4 года назад
Re watch the video brother. You will get it.
@shivasri4112
@shivasri4112 3 года назад
if anyone has problem in understanding his ways plz keep a pdf of book " introduction to algorithms" by Thomas H. Cormen , you will understand better .... thank you
@Mehraj_IITKGP
@Mehraj_IITKGP Год назад
Code for the algo explained in the lecture: (C++) void insertionSort(int arr[], int n) { for (int i = 1; i < n; i++) { int key = arr[i]; int j = i - 1; // Move elements of arr[0..i-1] that are greater than key // to one position ahead of their current position while (j >= 0 && arr[j] > key) { arr[j + 1] = arr[j]; j--; } arr[j + 1] = key; } }
@KSsuvidha
@KSsuvidha Год назад
sir i really like all your lecture videos wonderful combination of maths in cse concepts cox of this i am able to understand well thanks to you sir
@okaudi
@okaudi Год назад
damn, my handwriting is not the worst one...lol
@rinkirathore6502
@rinkirathore6502 6 лет назад
The best explanation of insertion sort I have ever seen. Thanks to Sourav Mukhopadhyay sir.
@pavankumaryellapu309
@pavankumaryellapu309 4 года назад
Please enable download option
@abhishekmazumdar2072
@abhishekmazumdar2072 4 года назад
Insertion Sort
@sarveshroshan498
@sarveshroshan498 4 года назад
one of the best explanation ever.
@26_a_shashankkamble22
@26_a_shashankkamble22 Год назад
CHAL JHUTE
@louerleseigneur4532
@louerleseigneur4532 4 года назад
merci
@faisalshah1391
@faisalshah1391 4 года назад
very bad Explnation
@Mehraj_IITKGP
@Mehraj_IITKGP Год назад
bruh, this man is currently teaching us design and analysis of algorithms in IIT Kharagpur. He explains everything clearly.
Далее
Lecture 2 : Analysis of Insertion Sort
26:42
Просмотров 19 тыс.
1. Algorithms and Computation
45:39
Просмотров 1,4 млн
Iran launches wave of missiles at Israel
00:43
Просмотров 672 тыс.
Как открыть багажник?
00:36
Просмотров 15 тыс.
How to read an Algorithms Textbook!
8:25
Просмотров 13 тыс.
Lecture 3 : Asymptotic Analysis
26:44
Просмотров 18 тыс.
Advanced Algorithms (COMPSCI 224), Lecture 1
1:28:19
Просмотров 18 млн
A Last Lecture by Dartmouth Professor Thomas Cormen
52:48
Insertion sort algorithm
14:15
Просмотров 1,5 млн
Best Books for Learning Data Structures and Algorithms
14:01
Lecture 1: Algorithmic Thinking, Peak Finding
53:22
Iran launches wave of missiles at Israel
00:43
Просмотров 672 тыс.