Merge Sort in Python Programming | Example

  Рет қаралды 37,750

Amulya's Academy

Amulya's Academy

Күн бұрын

Пікірлер: 31
@pranjalchaplot
@pranjalchaplot 4 жыл бұрын
your content is really brilliant buddy you should start solving questions of leetcode with python that be really dope try to choose questions of all topics in data structure and algorithms that would be really helpful as you voice is very clear and you use draw feature of windows very well. good luck for future
@AmulsAcademy
@AmulsAcademy 4 жыл бұрын
Thank you so much for the suggestion i will remember that :}
@venkatakrishnavaddevalli4955
@venkatakrishnavaddevalli4955 3 жыл бұрын
@@AmulsAcademy yes many of have problem in solving leetcode problems
@Neera1947
@Neera1947 3 жыл бұрын
Hi amulaya I have respect for your efforts and love for your voice . Keep teaching us .
@AmulsAcademy
@AmulsAcademy 3 жыл бұрын
Thank you :)
@akankshavikaslokhande5630
@akankshavikaslokhande5630 2 жыл бұрын
I really understand your videos and it is so good, i request you to please make a playlist on the most ot frequently asked (company based) questions using python language thank you!
@jeuxdeau2009
@jeuxdeau2009 4 жыл бұрын
You are a gifted teacher
@AmulsAcademy
@AmulsAcademy 4 жыл бұрын
Thank you :)
@yashchopra8824
@yashchopra8824 3 жыл бұрын
really great content! seriously , u r python god
@nameishuss
@nameishuss 2 жыл бұрын
excellent speech
@mechamagic2510
@mechamagic2510 4 жыл бұрын
I am not flirting but your voice is very sweet
@AmulsAcademy
@AmulsAcademy 4 жыл бұрын
Thank you :)
@w0rdsandstuff
@w0rdsandstuff 3 жыл бұрын
this helped me so much, thank you !
@midhileshmomidi2434
@midhileshmomidi2434 5 жыл бұрын
Hi mam, Please make videos on collections module and regular expressions if possible
@saisuryamuddalapuram6252
@saisuryamuddalapuram6252 4 жыл бұрын
Really what an clear explanation mam☑️ tqqqqqqqqqqqqqqqqqq so much it helped me a lot
@AmulsAcademy
@AmulsAcademy 4 жыл бұрын
You are welcome 😊
@dattatreyas6903
@dattatreyas6903 5 жыл бұрын
Please make video on heap sort
@AmulsAcademy
@AmulsAcademy 5 жыл бұрын
I will try :)
@jimmymesa
@jimmymesa 5 жыл бұрын
So Divide & Conquer problems can be solved conveniently by recursion.
@sachin-zw8tw
@sachin-zw8tw 5 жыл бұрын
Pls make video on binary search
@mohammadsaif698
@mohammadsaif698 5 жыл бұрын
Thank you
@darkxxslayer2109
@darkxxslayer2109 3 жыл бұрын
thank uuuuuu....
@AmulsAcademy
@AmulsAcademy 3 жыл бұрын
Pleasure 😊
@akashgandhi3852
@akashgandhi3852 5 жыл бұрын
Hi Mam, Can you plz help me with the output and explanation of the following programming question? list1=[1,4,3,2,5,6] for item in list1: print("item= ",item) if item>2: list1.remove(item)
@ayubomaraden867
@ayubomaraden867 5 жыл бұрын
At line 3, instead of , use + or format
@ayubomaraden867
@ayubomaraden867 5 жыл бұрын
And also next time remember to post the question and what you want to do and the error you got So it is easier to answer
@akashgandhi3852
@akashgandhi3852 5 жыл бұрын
@@ayubomaraden867 brother output is 1,4,2,5...The program is correct...If you could tell me how the output (1,4,2,5) is obtained...I would be thankful
@jaisonphilip251
@jaisonphilip251 Жыл бұрын
@@akashgandhi3852 modifying a list while iterating over it can lead to unexpected behavior. In this case, when the item with a value of 3 is removed from list1, the subsequent elements are shifted to fill the empty spot. This causes the loop to skip over the element with a value of 2.
@rajvarun5705
@rajvarun5705 4 жыл бұрын
Very sweet voice 😅
@prudhvicharan8401
@prudhvicharan8401 Жыл бұрын
madam voice sir....voice sir anthey 💯🙌
@shobinp5789
@shobinp5789 5 жыл бұрын
I think He is a kid , but very talented.
Merge Sort in Python Programming | Program | Detailed Explanation
32:42
Amulya's Academy
Рет қаралды 97 М.
Merge Sort In Python Explained (With Example And Code)
13:35
FelixTechTips
Рет қаралды 213 М.
How Strong is Tin Foil? 💪
00:26
Preston
Рет қаралды 113 МЛН
Sorting Algorithms Explained Visually
9:01
Beyond Fireship
Рет қаралды 537 М.
Insertion Sort Algorithm in Python Programming | Beginners Tutorials
9:06
Python Tutorials - Bubble Sort Algorithm | Example
11:55
Amulya's Academy
Рет қаралды 50 М.
Python Tutorial - Map and Lambda Function
10:34
Amulya's Academy
Рет қаралды 91 М.
Learn Merge Sort in 13 minutes 🔪
13:45
Bro Code
Рет қаралды 302 М.
Python Decorators in 15 Minutes
15:14
Kite
Рет қаралды 443 М.
you will never ask about pointers again after watching this video
8:03
Python Tutorials - Bubble Sort Program
17:03
Amulya's Academy
Рет қаралды 102 М.