Lec-44: INSERTION SORT in PYTHON 🐍 | DSA Concepts in Python 🐍

  Рет қаралды 39,768

Gate Smashers

Gate Smashers

Күн бұрын

Пікірлер: 23
@Niki-ue6fk
@Niki-ue6fk 5 ай бұрын
its absolutely best. just for a little more clarification, i think we can use also "else" with "while". i know , we don't use it much, still for understanding we can give it a shot. def insertionsort(arr1): l = len(arr1) for i in range(1,l): key = arr1[i] j = i-1 while j >= 0 and key < arr1[j]: arr1[j+1] = arr1[j] j = j-1 else: arr1[j+1] = key arr1 = [40,30,20,10] insertionsort(arr1) print(arr1)
@vaishnav.rathod
@vaishnav.rathod 11 ай бұрын
Sir woh function mein return statement bhi ayega Nhi toh woh change hi nhi hoga. Rest is nicely explained. 👍
@adityaborate6174
@adityaborate6174 9 ай бұрын
Its not really necessary to write 'return' statement explicitly, because we can, let's say create a list l, then call the function created on next line, and finlly write print(l). This also works.
@MKD.369
@MKD.369 Жыл бұрын
Sir please make a video on implementation of stack using list.I will be very greatful to you 🙏
@gouravsaini4831
@gouravsaini4831 Жыл бұрын
Thank u so much sir...I was waiting for this for long time....plz sir bubble and selection sort bhi Kara dijiye.... HPSC ke exam k liye....🙏
@amrapalichakraborty3106
@amrapalichakraborty3106 3 ай бұрын
the way sir says thank you at the last🥺🥺🥺🥺
@Hemesh_K
@Hemesh_K Ай бұрын
Thank you sir ❤
@rittikasarkar8318
@rittikasarkar8318 24 күн бұрын
i have a doubt sir...where u r incrementing i? how it shifted to 20?
@chamarthykoushik204
@chamarthykoushik204 Жыл бұрын
First comment sir Please don't stop posting python dsa videos Thank you ♥️
@mtkhkmnb
@mtkhkmnb 11 ай бұрын
Pl dont stop this dsa with python sir❤❤❤❤
@suman_chouhan
@suman_chouhan 8 ай бұрын
nice explanation, thanks
@harshalsonawane4624
@harshalsonawane4624 9 ай бұрын
best video soo farr
@shaikshaheen5496
@shaikshaheen5496 8 ай бұрын
Great explanation sir
@jyotibhardwaj293
@jyotibhardwaj293 Жыл бұрын
Sir baki sorting bi python me kerwa dijiye with algorithms 8:20
@babamusic8538
@babamusic8538 Жыл бұрын
Sir DSA ka playlist bana dijiye sir vdo total nahi mil pa Raha hai
@RitikKumar-ls2it
@RitikKumar-ls2it Жыл бұрын
Sir aapki Old Video Khaa melagi
@nisarakhtar5480
@nisarakhtar5480 4 ай бұрын
may god blessed your mod dad'
@shrishtykumari2408
@shrishtykumari2408 Жыл бұрын
Sir, app bhut ptle ho gye
@jakebenstade
@jakebenstade Жыл бұрын
Apka weight Kam ho gaya sir😅
@RitikKumar-ls2it
@RitikKumar-ls2it Жыл бұрын
Miju Start sy phadna hey
@pawankatkhede6961
@pawankatkhede6961 Жыл бұрын
Sir itna patle hue ho gaye 😢😢
@kundankumarhakga9987
@kundankumarhakga9987 Жыл бұрын
Sir se kon kon chahta hai ki sir live classes krna sake
@kundankumarhakga9987
@kundankumarhakga9987 Жыл бұрын
Live classes
Lec-45: SELECTION SORT in PYTHON 🐍 | DSA Concepts in PYTHON 🐍
10:23
Lec-50: Quick Sort in Python 🐍 with Code | DSA in Python 🐍
12:17
💩Поу и Поулина ☠️МОЧАТ 😖Хмурых Тварей?!
00:34
Ной Анимация
Рет қаралды 1,7 МЛН
Brawl Stars Edit😈📕
00:15
Kan Andrey
Рет қаралды 51 МЛН
Electric Flying Bird with Hanging Wire Automatic for Ceiling Parrot
00:15
Insertion Sort In Python Explained (With Example And Code)
7:54
FelixTechTips
Рет қаралды 180 М.
Merge Sort In Python Explained (With Example And Code)
13:35
FelixTechTips
Рет қаралды 212 М.
Insertion Sort Code | DSA
12:25
Telusko
Рет қаралды 27 М.
Selection Sort Algorithm - Theory + Code
18:49
Kunal Kushwaha
Рет қаралды 238 М.
How To Think Like A Programmer
1:00:07
Coding Tech
Рет қаралды 2 МЛН
💩Поу и Поулина ☠️МОЧАТ 😖Хмурых Тварей?!
00:34
Ной Анимация
Рет қаралды 1,7 МЛН