Mam, You're like a Goddess, I was too frustrated looking at other videos and not getting the logic. But after watching your videos I got every logic behind sorting techniques. Clyster Clear Explanation from you Mam. Hats off Mam. God bless you.
Miss, are you kidding me. This is absolute gold, i have been studying in US, and many cant really explain this well, watched mosh, khan academy and multiple others. If i am saying you have done a brilliant job, please dont take that lightly. I am dumb as a donkey and, i was able to rewatch it and understand very clearly. You are an absolute gem, hopefully you have more videos on other sorting algorithms. I would love to learn from you, a quick suggestion is that please do not talk a bit fast, but i adjusted to .75 so it was ok. But none the less, brilliant you are definitely a high caliber professor. God bless u.
Thank you so much ... I am too much confused in this programming . But with the help of uuu now I am able to understood ... You are really a fabulous teacher
You are the best teacher mam . In the lockdown period, we are not able to get best content anywhere specially in python computer science. So, it is my humble request to make video on some important topics of class 12 python so that we can understand them clearly. Those who agree, please support.
Thank you :) In while loop we need to use increments or decrements to make while loop finite. here we used decrements {pos = pos-1} [decrementing the value] . :)
I wonder how people find these sorting logic at initial . and also executing them in so much simplified manner , that it takes time to understand !!! Wish i could do atleast some of that
Good teaching mam,but I have a doubt can you clarify please? Function name is , def InsertionSort(my_list): But in function calling and the list name is 'list1' ? How it could be? The list name and function argument should be same right?
One Doubt amulya: without using return statement and not even print statement also ..how did it returned back the modified sorted list out to the function revoked line...... very confused in this.. please clarify
we need to compare the value of index with the value just before it(one less index), she coded it in a manner where she is comparing index with pos-1> you can directly take pos to be equal to index - 1
@@AmulsAcademy maam we are actualy learning Python from cs with Python of sumita arora ......So we need syllabus to go according to that book mam plss help us
Respected mam, I got confused between for loop and while loop. In some sorting algorithms you have used while loop and in some algorithms you have used for loop. Please mam, clarify it .
Mam, You're like a Goddess, I was too frustrated looking at other videos and not getting the logic. But after watching your videos I got every logic behind sorting techniques. Clyster Clear Explanation from you Mam. Hats off Mam. God bless you.
Thank you so much 😊❤️
instaBlaster
Miss, are you kidding me. This is absolute gold, i have been studying in US, and many cant really explain this well, watched mosh, khan academy and multiple others. If i am saying you have done a brilliant job, please dont take that lightly. I am dumb as a donkey and, i was able to rewatch it and understand very clearly. You are an absolute gem, hopefully you have more videos on other sorting algorithms. I would love to learn from you, a quick suggestion is that please do not talk a bit fast, but i adjusted to .75 so it was ok. But none the less, brilliant you are definitely a high caliber professor. God bless u.
Thank you so much :)
The best tutorial I have seen on this topic. Clearer voice, better flow, better teaching skills. Thank you very much
Thank you :)
Your channel is a pure gold.
Remember mam
gold is very rare to find.
:)
Thanks a lot 😊
Don't Know how to write logic for sorting program
Don't worry : We have amulya
Great Explanation Mam
Thank you Very Very much
Thanks a lot :)
Such a amazing video... Its really more than paid courses.. Blessed Ma'am.😇
Best explanation ever ,I'm glad that I'm learning dsa with "python".
This is the only video on UA-cam that made sense. Thank You, got my answer right.
Glad to hear that :)
Thank you so much ... I am too much confused in this programming . But with the help of uuu now I am able to understood ... You are really a fabulous teacher
Thank you 😊
You are the best teacher mam .
In the lockdown period, we are not able to get best content anywhere specially in python computer science.
So, it is my humble request to make video on some important topics of class 12 python so that we can understand them clearly.
Those who agree, please support.
I will try :)
i don't usually comment but you are just outstanding teacher i could not control myself from commenting
This the best insertion sort program i have seen in the youtube thank you so much mam
Best channel for best explanations
Thank you :)
thank u mam...please ever continue u r work...u r god for the bigineers ....u r teaching like a friend who teach other friend i like u mam....
Thank you, I will :)
you are really a good teacher, i really enjoyed learning, Thank you very much
Thank you :)
Really did a very great job.. keep it up . U made me understand this topic in the best way possible
Glad to hear that :)
Very clear and logical explanation 👍
You're just the best mam thanks a lot for the program.
It's my pleasure :)
Good work Amulya!!..very handy
Thank you :)
You did an amazing job, well done ✅✅✅
Very nice explanation. Understood the concept thoroughly 👌 👏
Verry thankful For the information on insertion sort. Really understandable
Pleasure 😊
Thank you so much ❤
Tomorrow is my exam got this in time 😊
All the best :)
Very nice explaination . Thank you so much for providing such a detailed explanation ❤️
Thank you 😊
great teacher and amazzinng explanation !!!!
It's just nice to hear your voice 🥰😊
Thank you 😊
Amazing mam.
Great method
It's my pleasure :)
very greatly done ma'am with your beautiful voice!
Thanks a lot 😊
@@AmulsAcademy thanks to you maam
Your explanations are next extraordinary
Superb explanation mam 👏👏👏
Thanks for great video👍
Please give tips on how to build programming logic🙏😃
Pleasure :)
very good explanation ma'am
Thank you 😊
Superb explanation 👌
Thank you :)
Hi, you are a good teacher, i have a doubt though, pls can explain under while loop why u have assigned pos=pos-1?
Thank you :)
In while loop we need to use increments or decrements to make while loop finite.
here we used decrements {pos = pos-1} [decrementing the value] .
:)
@@AmulsAcademy ohk
I wonder how people find these sorting logic at initial . and also executing them in so much simplified manner , that it takes time to understand !!! Wish i could do atleast some of that
Great explaination
is it different from bubble sorting?
best explanation!
Good teaching mam,but I have a doubt can you clarify please?
Function name is ,
def InsertionSort(my_list):
But in function calling and the list name is 'list1' ?
How it could be?
The list name and function argument should be same right?
You can take different name for parameter in function definition and while calling :)
Refer videos on functions :)
@@AmulsAcademy thank you
Ek number chaava
Ma'am plzzz 12th ke sllyabus pr video banayi plzzz
Yes ma'am,!!
Mam is algorithm m kitni bari compare hua wo kaise check krenge... Wo bta dijiye... By the way very good vedio
You can take variable to keep count of that 😊
pls check if this is correct,
li=[15,6,13,22,3,52,2]
for i in range(len(li)):
for j in range(1,len(li)):
if li[j]
Yes ✅
well described, thanks
Glad it was helpful!
One Doubt amulya: without using return statement and not even print statement also ..how did it returned back the modified sorted list out to the function revoked line...... very confused in this.. please clarify
After completing the execution of the function it will return back to where it is called 😊
mam can u show the program using for loop instead of while loop.
I will try :)
Thank you so much
Pleasure :)
Semma akka
Even Mosh did not explained it so well
Thank you :)
Can u put video's for class 12 python syllabus CBSE
pos > 0 should come as the first operand of the and operator.
Thank u very much !!
You're welcome!
Thanks☺️
You're welcome! :)
Thank you mam!
Pleasure 😊
Mam why'd you use position= index ?
Wanted to ask the same question
we need to compare the value of index with the value just before it(one less index), she coded it in a manner where she is comparing index with pos-1> you can directly take pos to be equal to index - 1
But i wanted the explanation of insertion sort with range function. Can you do that please
Mam one small doubt how is the list being changed we only gave an argument right
Class 12 python syllabus ke according videos banao ma'am please
Ok but i need your help.
can you give me the units list(unit and chapter names) please.
:)
@@AmulsAcademy functions
Python library
File handling
Recursion
Algorithm efficiency
Data structures-linear lists
Data structures-stacks and queues
@@AmulsAcademy maam we are actualy learning Python from cs with Python of sumita arora ......So we need syllabus to go according to that book mam plss help us
For dislikers:
--> The good teaching is always bad for bad people
Mam if we don't want while loop then hoe we implement it?????
Plzzzzzzzzzzz plzzzzzzzzzzz ma'am 12th..k...syllabus se...question karwaeyee.... And... Give more on each topic in our website (If any)
Pls Mam 11th k syllabus pe video bnaye
Hi mam gd evng
I have done same program of this algo
But no output of this code
If you give me the program i will check :)
Respected mam, I got confused between for loop and while loop.
In some sorting algorithms you have used while loop and in some algorithms you have used for loop.
Please mam, clarify it .
You can write most of the programs using both while loop and for loop 😊
How you learn python programming ?
u r best mam,=
Thank you :)
Thanks a ton
Make videos for java also.......
Chuck
How to print the steps
well teach
thanks
Exquisite
its check not chuck
Tq mam
Mam python aap me se 102 Number ka dekh kar logic laga diya
hello mam hope u r safe
Yes, thank you :)
How Are You ?
@@AmulsAcademy yaa....I am fine...how's u r family
i cant tell if its a girl's voice or little boy or girl's voice
Hahaha :)
are you a girl or a little boy?
Aapki age kitni haa.....lagta h koi baccha padha raha h
At least don't disrespect any teacher who is teaching that good
Thanks
Welcome :)