Insertion Sort in Python | Class 12 Computer Science |

preview_player
Показать описание
Notes and Important Links of this lecture 👇
Link to the notes of this Lecture :
Рекомендации по теме
Комментарии
Автор

Bhaiya computer sci ka notes bhi provide kara do 😭

Agar or kisiko bhi computer sci ka notes ki need hai like👍here

sahilkarn
Автор

The production quality is insane. I wonder why they stopped making this animation. The animation level is of Kurtzkazart ( i don't how to spell that).and infographics show Kudos to the animation team. Aman bhaiya literally hired the best animator ong

Awpsun
Автор

sir please also teach MySQL for class 12th

devanshsingh
Автор

Organic chemistry ka next video kb aaega??
If any one also still waiting like here👍

torettogamer
Автор

♥️♥️♥️♥️All those who are watching this video I pray, That their parents will live a longer life 😊👍❤️❤️❤️

rockingboycreation
Автор

Sir ye bo time hai jb maximum students organic pdte hai that's by please upload full organic chemistry...plzzzz...aur ha aap ak dm bdiya pdate ho🥰

yashrawat
Автор

there are some minor flaws in the code as the variable n isn't defined and the print command is written in the nested loop so it gets printed as many times as many elements are there in the list so here's the code after some minor modification.

l=eval(input("Enter a list:"))
n=len(l)
for i in range (n):
k=l[i]
j=i-1
while j>=1 and k<l[j]:
l[j+1]=l[j]
j=j-1
else:
l[j+1]=k
print("The sorted list is:", l)

hope it helps😊😊😊

TanmaymohantyDCO
Автор

The animation is soooo awesome 🤯❤️❤️❤️

sudeshnadas
Автор

Maza aa gya .... Best explanation on youtube

thinkoutofbox
Автор

mera to dimag kharab hogya ki itna aacha course YT pe hobhi skta h kya . Mindblowing

zillakamisosmula
Автор

Please make for class 12 biology
Aman bhaiya Ur my inspiration...🙏🙏🙏🙏🙏🙏🙏🙏🙏

subortodas
Автор

Bhaiya isse aur bhi chota ho jaega ye :

for i in range(1, len(lst)):

j=i-1

while(j>=0 and lst[j+1]<=lst[j]):

lst[j+1], lst[j]=lst[j], lst[j+1]
j=j-1

print("\nAscending order : ", lst)

Aur thank you for explaining in such a nice way

ombothre
Автор

Bhiya orgenic kb ayagi, like if u need it

tutumanibarman
Автор

I just love the sound of STUDY WELL
😅😅😅

am.karuna
Автор

Sir ur videos are really great. Helping a aage ke vdos bhi jldi daaliye. Can't wait👀😬

prabodhtyagi
Автор

bhaiya take care you are working hard for us in previous daya the corone patients on delhi is simultanuosly.

rohitgawade
Автор

Such an easy and interesting way to learn machine language
Thank you

prathamsingh
Автор

We had Computer science Class whose duration is 1.5hour Each Day in our College.
And You know what, they taught these List, Tuple, dictionary, Sorting for 2Months...
But here I learnt in 45Minutes

Colleges need to get updated.
Instead of paying Thousands to college's, we can simply afford data balance and can learn everything from utube which far better

rguktiiit
Автор

Please bring maths all ch videos i haven't studied anything and your maths videos have saved my time and helped a lot 🙏

krishnakarbhari
Автор

Bhaiya organic complete krdo plz jldi jldi 😭😭😭

SandeepSingh-ioxg