Analysis of QuickSort Sorting Algorithm

  Рет қаралды 98,163

CodeWithHarry

CodeWithHarry

Күн бұрын

Пікірлер: 233
@CodeWithHarry
@CodeWithHarry 4 жыл бұрын
which is your favorite sorting algorithm so far?
@Anuj-nk4qc
@Anuj-nk4qc 4 жыл бұрын
I
@GAMERULTRON
@GAMERULTRON 4 жыл бұрын
2nd
@ParthD.2004
@ParthD.2004 4 жыл бұрын
Nth. 😎
@ManishSharma-fi2vr
@ManishSharma-fi2vr 4 жыл бұрын
Bubble sort
@freekeys
@freekeys 4 жыл бұрын
Bubble sort bcz its easy 😂
@Elderny
@Elderny 3 жыл бұрын
It took me 3 hrs to understand QuickSort Program in C, damn i wasn't aware of recursive functions first that got me
@lakshyakumrawat
@lakshyakumrawat 4 жыл бұрын
Principal : Who is Your Favourite Teacher. Me : Code Wala Harry Bhaiya Principal : 😨
@lsdxsaurabh2798
@lsdxsaurabh2798 2 жыл бұрын
Harray bhai your are the reason I'm now able to wright code in c++. Your c++ course is just too good and dsa course is just awesome..... #include #include #include using namespace std; class sort { int *arr; int n; public: void make_array(int size) { this->n = size; arr = new int[n]; } friend istream &operator>>(istream &, sort); friend ostream &operator arr[j + 1]) { int temp = arr[j]; arr[j] = arr[j + 1]; arr[j + 1] = temp; sorted = 1; } } } } void insertion_sort(){ int j; for (int i = 1; i < n; i++) { int temp = arr[i]; j=i-1; while (arr[j-1] < temp && j >= 0 ) { arr[j+1] = arr[j]; j--; } arr[j+1] = temp; } } void selection_sort(); }; void sort::selection_sort(){ int key; for (int i = 0; i < n-1; i++) { key = arr[i]; for (int j = i; j < n; j++) { if (arr[key] > arr[j]) { key = j; } } if (key != i) { int t = arr[i]; arr[i] = arr[key]; arr[key] = t; } } } istream &operator>>(istream &din, sort s) { for (int i = 0; i < s.n; i++) { cout
@kamaldakshkrishnan9990
@kamaldakshkrishnan9990 2 жыл бұрын
QuickSort is greatly covered here by Harry Bhai
@studynewthings1727
@studynewthings1727 2 жыл бұрын
Thankyou for revising the trees time complexity is logn
@technoguide7164
@technoguide7164 4 жыл бұрын
Ap achcha sikhate hai or apki video bohot useful hai Apke jese KZbinr ko dise salam Love you bro ❤❤❤
@pushkarnath2801
@pushkarnath2801 3 жыл бұрын
insertion sort is my fav so far
@Gaurav_Mehta1
@Gaurav_Mehta1 4 жыл бұрын
I ever time waited for your videos not For food that much. If food and your video come to me at one time so I will take your video neither food nor anything else. Only your video I will take as my breakfast,lunch,dinner everything It's You sir who are my life Thank you very very very very very very very very very very very much 🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏
@ShaksD-vf3go
@ShaksD-vf3go 3 ай бұрын
Goat=harry bhai❤❤
@tech_indiaa03
@tech_indiaa03 2 жыл бұрын
Insertion sort is my favorite algo❣️
@udaykirankavaturu6942
@udaykirankavaturu6942 Жыл бұрын
Harry bhaiya done with this thank you 19:43
@aakashsingh891
@aakashsingh891 4 жыл бұрын
Sir plz make a lecture on heap data structure. And sir plz can u upload the videos more frequently so that this course can complete a little bit fast. Thanks a lot for this course.
@DeepakKumar-xc4wb
@DeepakKumar-xc4wb 4 жыл бұрын
Harry sir enjoying the tutorial😊 Sir videos for non linear DS
@tremendoussuccess7463
@tremendoussuccess7463 3 жыл бұрын
Thanks for uploading this video Harry bhai
@freekeys
@freekeys 4 жыл бұрын
We love the way u explaining keep it up sir ji ❣️
@abhisheksingh767
@abhisheksingh767 4 жыл бұрын
Sir, really u are great i am lerning python from your playlist. i have downloaded your whole playlist of python begginner course with @t sir, your way teaching method is amazing. i love it but please tell me any book which i should foolow while studying from you becouse internet act as distraction for me. please tell the book name
@YashGupta-ty2hn
@YashGupta-ty2hn 4 жыл бұрын
please show iterative approach of quick sort
@iamusmanshabbir142
@iamusmanshabbir142 4 жыл бұрын
please make a video on difference between computer science and software engineering ASAP
@mohdaslam3988
@mohdaslam3988 4 жыл бұрын
Please make a video for " How to become an artificial intelligence engineer full roadmap. I am following and learning through your "Python Tutorials For Absolute Beginners" playlist. please suggest to me and other peoples who want to become an artificial intelligence engineer. What we should do after completing this playlist series.
@thismycode6418
@thismycode6418 4 жыл бұрын
Harry bhai aapki videos dekhne se pahele mere pass govt. Jobs ke alawa koi bhi option nahi tha. Lekin aaj mein janata huu ki yadi meri govt. Job nahi lagi to mein Web development ka kaam kar sakta hu. Aapki videos dekhkar meine HTML and CSS aachi tarah sikh li hai ab mein java script sikh raha hu. Lekin harry bhai please, 1 video freelance ke bare me banao ki yadi mein freelancing ka work karta hu to client mujhe kya information dega . Aur yadi usme koi contact form hai to mujhe kis prakar banakar use sent karunga. Please web development freelancing ke work par practical me video banao.
@salilkumarghosh9861
@salilkumarghosh9861 4 жыл бұрын
Love you bro❤️..thanks for giving such videos
@potterprasant380
@potterprasant380 4 жыл бұрын
Bro please create a video/playlist "How to create our own CSS and JavaScript library" 🙏🏻🙏🏻🙏🏻🙏🏻 please bhaya I searched a lot in Google and KZbin, but couldn't find a good tutorial neither in Hindi nor in English. Please bhaya. We need your help.
@akarshiarora6810
@akarshiarora6810 4 жыл бұрын
Bhaiya please make a video on project using data structure
@26.aaditwamohokar80
@26.aaditwamohokar80 4 жыл бұрын
Dear CodeWithHarry Sir, Please Make A playlist on the PHP web framework :-Laravel
@26.aaditwamohokar80
@26.aaditwamohokar80 4 жыл бұрын
Dear CodeWithHarry Sir, Please Make A playlist on the PHP web framework :-Laravel
@26.aaditwamohokar80
@26.aaditwamohokar80 4 жыл бұрын
Dear CodeWithHarry Sir, Please Make A playlist on the PHP web framework :-Laravel
@jayantpant5391
@jayantpant5391 4 жыл бұрын
thank you sir. full samjh aagya
@suryadityadey
@suryadityadey 6 ай бұрын
Is Time complexity very imp for us in future? Or just we remember only the formula ?
@Suraj-to6gb
@Suraj-to6gb 4 жыл бұрын
Please update the DSA course as soon as possible , I feel it's going too slow.. please finish the DSA course bcz it is very important for placements
@princesukhala7106
@princesukhala7106 2 жыл бұрын
6:00min Done done
@nisargparekh8424
@nisargparekh8424 4 жыл бұрын
Never been so quick in my life
@LegitGamer2345
@LegitGamer2345 4 жыл бұрын
thats what quicksort says to other sorting algos!
@gautamvaja323
@gautamvaja323 4 жыл бұрын
You are doing very nice efforts
@madbinofficials2716
@madbinofficials2716 4 жыл бұрын
Harry java k baad kya sikhu konsa language Big fan bro
@vishnusinghchouhan4267
@vishnusinghchouhan4267 3 жыл бұрын
Great explanation!
@Victor-ev3vu
@Victor-ev3vu 4 жыл бұрын
Please bring kivy tutorials
@TheAbhro
@TheAbhro 4 жыл бұрын
thanks a lot... is there a video on types of linked list and hash table
@royfamily9273
@royfamily9273 2 жыл бұрын
Thanks Harry Bhaiya
@rishabhshukla2523
@rishabhshukla2523 3 жыл бұрын
Plzz continue ds lectures
@learninggeek6377
@learninggeek6377 4 жыл бұрын
Won't you provide notes like you used to do previously?
@AdityaG.
@AdityaG. Жыл бұрын
Hey bro, what are you doing now a days. I mean profession! would you like to share please...
@Karthik-kt24
@Karthik-kt24 3 жыл бұрын
Thank you very much bhaiya✌
@avstechindian8807
@avstechindian8807 4 жыл бұрын
Sir please make video in Java tutorial playlist
@Rahulkumar-jo2km
@Rahulkumar-jo2km 4 жыл бұрын
Hey....can you teach how to develop Question-Answer website with Django?
@ramnayanzoology9072
@ramnayanzoology9072 4 жыл бұрын
Bhaiya roadmap to robotics engineer pe video banaiye,please bhaiya🙏🙏🙏
@ashutoshkumarjha3321
@ashutoshkumarjha3321 4 жыл бұрын
Harry bhai when are you going to upload the DS concepts about trees and graphs
@prakharsinha6915
@prakharsinha6915 3 жыл бұрын
Yes this is the need
@ashishsingla4697
@ashishsingla4697 4 жыл бұрын
Pls made a series on reactjs
@i_write7500
@i_write7500 Жыл бұрын
Thank you Sirji
@AnshuYadav-jj2dk
@AnshuYadav-jj2dk 4 жыл бұрын
Java playlist me video banao
@rameshchanderrameshchander9971
@rameshchanderrameshchander9971 4 жыл бұрын
Thankyou sir but please upload a video on number coversion
@pranavtiwari_yt
@pranavtiwari_yt 4 жыл бұрын
Harry bhai, plzz make a video on complete roadmap for gamedev 2020. (UNITY GAME ENGINE)
@shivanshutyagi83
@shivanshutyagi83 4 жыл бұрын
Harry bhai 👏👏
@RAHULGUPTA-jf4xq
@RAHULGUPTA-jf4xq 3 жыл бұрын
harry bhai please saare notes ko bind kardo so that hume baar baar notes download karne ki jarurat na pade jaise aapne python programming me kiya tha, please sir
@sudeepsingh5571
@sudeepsingh5571 4 жыл бұрын
harry brother, can you make tutorials of kivy (python gui). plz..... I hope you never say no
@ridham7120
@ridham7120 4 жыл бұрын
Sir kya aap javascript ka course with notes in one video banauge?
@shaikhnabeel6443
@shaikhnabeel6443 4 жыл бұрын
Merge sort bhi bta do bhai aise hi detail ke please 🙏🏻
@bhaveshmoon1979
@bhaveshmoon1979 3 жыл бұрын
Is quick sort an adaptive algorithm,if not can we make it, like we had done in bubble sort
@sunilgupta-vb8zr
@sunilgupta-vb8zr 3 жыл бұрын
no, its not adaptive and we can make it adaptive
@hdgamer452
@hdgamer452 4 жыл бұрын
I am learning pygame through your pygame course. Sir how to use it in 3.8.5 because in new version pygame is removed
@lakhveer0362
@lakhveer0362 4 жыл бұрын
Thanks bhai 😛😛😛😛
@Lnctiann
@Lnctiann 4 жыл бұрын
Kaya ya data structures and algorithms ka full course hai ki avi or video daliya ga Please tell bhaiya please bhaiya
@asiangaming-pubg2304
@asiangaming-pubg2304 4 жыл бұрын
C# course please?
@spydr_developer3725
@spydr_developer3725 4 жыл бұрын
Thanks u so much sir..
@ritusaini3406
@ritusaini3406 4 жыл бұрын
Harry bhahiya agar koi zero se shuru krta hai to use app developor bnne me kitna time lgega. Plzzz reply
@Sans_K5
@Sans_K5 2 жыл бұрын
thanks_Sir💜⚡️
@gauravsingh7940
@gauravsingh7940 4 жыл бұрын
Hiii Harry sir plz tell me I have heard about different courses online like masai school in which they teach you coding for 7 month and after they give you job . In starting they charge 10000 rupees for registration and after they take some percentage from you salary so can I believe in this or not.
@boudhikchawda5884
@boudhikchawda5884 4 жыл бұрын
Python par bhi video banao
@factzandcode
@factzandcode 2 жыл бұрын
Harry vai ❤️
@aninditasarkar2470
@aninditasarkar2470 4 жыл бұрын
Sir please make a video on freelancing, Fiverr etc.
@manglatripathi9321
@manglatripathi9321 4 жыл бұрын
Sir please make a video on erlang
@yashwanthpasaladi2714
@yashwanthpasaladi2714 2 жыл бұрын
so, no of partititons = height of the tree?
@karangill9462
@karangill9462 4 жыл бұрын
Harry great
@vishalgupta8243
@vishalgupta8243 2 жыл бұрын
Thank
@visheshsah8
@visheshsah8 3 жыл бұрын
Quick sort is adaptive right?
@hrithikrudra4292
@hrithikrudra4292 4 жыл бұрын
for array element 4,2 how the partition will work,bhaiya?? I think array index wil be out of bound
@hrfighter7980
@hrfighter7980 4 жыл бұрын
python algorithm ka course bana do bhai
@PotentialDestination
@PotentialDestination 4 жыл бұрын
Nice👍
@gabbarpatil3222
@gabbarpatil3222 4 жыл бұрын
harry bhai kya aap bhul gaye ..linux ki playlist ke bareme.....
@pavanpandya9080
@pavanpandya9080 4 жыл бұрын
Sir please provide the notes and source code
@sandeepprabhakula7714
@sandeepprabhakula7714 4 жыл бұрын
Bhai website banane ke liye template ka isthemaal karu ya alag alag pages banana hain like home ka ek page, sign in ka ek page, signup ka ek page. Jaldi batadijiye bhai please🙏🙏....
@Tvlgs_7343
@Tvlgs_7343 4 ай бұрын
is quiksort adaptive
@somumahapatra3437
@somumahapatra3437 4 жыл бұрын
Bhai Matlab pe video banwao na please
@swivel934
@swivel934 4 жыл бұрын
Nice bro
@rajkumarsahu2235
@rajkumarsahu2235 4 жыл бұрын
Please make video on unreal game engine 4
@jattvaad8246
@jattvaad8246 4 жыл бұрын
Bhai ethical hacker ko konsi language sikhna chayiye
@siddharthasarmah9266
@siddharthasarmah9266 4 жыл бұрын
Harry bhai vscode me kya theme use kar rahe ho??
@NitinKumar-qk1fi
@NitinKumar-qk1fi 4 жыл бұрын
Just started this course and it increased to 55+ video's
@vishalpatil6578
@vishalpatil6578 3 жыл бұрын
Is quick sort adaptive?
@pritigoel8662
@pritigoel8662 4 жыл бұрын
If you are interested in gaming then, Check Gameplex.
@sonugautam77
@sonugautam77 4 жыл бұрын
Sir unilavel MLM coding sikha do please
@pankajkumarsingh3521
@pankajkumarsingh3521 2 жыл бұрын
greatt videoo sirr
@sarveshtekale6793
@sarveshtekale6793 2 жыл бұрын
Harry Bhai is Quick Sort Adaptive or Not??
@fangamer6666
@fangamer6666 4 жыл бұрын
Sir please batao ki main FILE kese banau usko read, write karne ke liye pydroid main i can't creat file in pydroid app i don't have pc or laptop please help if it is not possible to make FILE in pydroid app then please tell another app where i can creat FILE to solve ex-5 of playlist of 129 videos . sir please help,please, please, please
@gautamsingh8thbrollno237
@gautamsingh8thbrollno237 4 жыл бұрын
Hath jod ke keh raha hu plz plz plz c# tutorial series bnao plz ek learner ki guzarish he
@devashish474
@devashish474 4 жыл бұрын
Sir please complete java course alao
@hrithikrudra4292
@hrithikrudra4292 4 жыл бұрын
How the linear function of k1n+k2 came?
@CodeWithHarry
@CodeWithHarry 4 жыл бұрын
You can derive the exact formula for the partitioning time as a function of n (the size of the input) but it will always be linear in terms of n. That's the enough information to get an idea of computational complexity! Hope that's clear!
@hrithikrudra4292
@hrithikrudra4292 4 жыл бұрын
@@CodeWithHarry thanks bhaiya
@AmanKumarSinhaOfficial
@AmanKumarSinhaOfficial 3 жыл бұрын
@@CodeWithHarry Please *Complete* the Data Structures and Algorithms Course
@kushal6065
@kushal6065 2 жыл бұрын
@@CodeWithHarry fir vi samaj nahi aaya
@vivekchauhan4053
@vivekchauhan4053 3 жыл бұрын
Yar what's QUICK in this algorithms that it's called QUICKsort ?😂 btw great video😃
@Gaurav-ss3je
@Gaurav-ss3je 2 жыл бұрын
The reason is why the Quick short is called Quick is that the average behavior of quicksort when applied to lists in random order turns out to be one of the best of any sorting methods yet known! reference: DSA book by KRUSE.
@vivekchauhan4053
@vivekchauhan4053 2 жыл бұрын
@@Gaurav-ss3je ooh...thanks bro✌️
@Gaurav-ss3je
@Gaurav-ss3je 2 жыл бұрын
@@vivekchauhan4053 Bro read the book of dsa by kurso one of the best book by the way tell me about yourself
@vivekchauhan4053
@vivekchauhan4053 2 жыл бұрын
@@Gaurav-ss3je thanks bro✌️..I'm electronics engineer
@Gaurav-ss3je
@Gaurav-ss3je 2 жыл бұрын
@@vivekchauhan4053 graduated or duing btech
@Rishikumar-zu2kn
@Rishikumar-zu2kn 3 жыл бұрын
I understand the whole explaination but tell me the use where we can use this give me a real life example
@Gaurav_Mehta1
@Gaurav_Mehta1 4 жыл бұрын
Sir I am in windows 7 So how can I install java in my 64 bit windows 7 Please tell me Sir🙏🙏
@MrSaint-ch6xn
@MrSaint-ch6xn 4 жыл бұрын
Bro vs code install kr le...
@Gaurav_Mehta1
@Gaurav_Mehta1 4 жыл бұрын
Vs code mein setup kaise hoga java please batao
@kailashrathod1089
@kailashrathod1089 4 жыл бұрын
@CodeWithHarry can you show us how to make obs studio plugin using python
@kailashrathod1089
@kailashrathod1089 4 жыл бұрын
wouldn't be an easy task very limited information on this topic and whatever information I have gathered can't be put together. help, please
@shivamrai1322
@shivamrai1322 4 жыл бұрын
Harry bhai java bnd kr diye kya
@boudhikchawda5884
@boudhikchawda5884 4 жыл бұрын
Pure python
@LegitGamer2345
@LegitGamer2345 4 жыл бұрын
13:30 bhaiya but partitioning tho (h-1) times ho rahi hai
@LegitGamer2345
@LegitGamer2345 4 жыл бұрын
Nevermind , partitioning is happening h times 👍
@Nareshkumar-sh9ii
@Nareshkumar-sh9ii 4 жыл бұрын
🔥🔥
MergeSort Sorting Algorithm in Hindi
35:34
CodeWithHarry
Рет қаралды 332 М.
Чистка воды совком от денег
00:32
FD Vasya
Рет қаралды 4,9 МЛН
What type of pedestrian are you?😄 #tiktok #elsarca
00:28
Elsa Arca
Рет қаралды 40 МЛН
Lazy days…
00:24
Anwar Jibawi
Рет қаралды 8 МЛН
Why no RONALDO?! 🤔⚽️
00:28
Celine Dept
Рет қаралды 99 МЛН
QuickSort Algorithm in Hindi (With Code in C)
52:29
CodeWithHarry
Рет қаралды 398 М.
Quicksort Sort Algorithm in Java - Full Tutorial With Source
24:58
Coding with John
Рет қаралды 252 М.
Quicksort In Python Explained (With Example And Code)
14:13
FelixTechTips
Рет қаралды 158 М.
Top 7 Algorithms for Coding Interviews Explained SIMPLY
21:22
Codebagel
Рет қаралды 447 М.
7.6 Quick Sort in Data Structure | Sorting Algorithm | DSA Full Course
24:43
Jenny's Lectures CS IT
Рет қаралды 2,8 МЛН
Criteria For Analysis of Sorting Algorithms
19:10
CodeWithHarry
Рет қаралды 146 М.
Selection Sort Algorithm
24:55
CodeWithHarry
Рет қаралды 272 М.
Heaps, heapsort, and priority queues - Inside code
19:01
Inside code
Рет қаралды 98 М.
How I would learn Leetcode if I could start over
18:03
NeetCodeIO
Рет қаралды 703 М.
Чистка воды совком от денег
00:32
FD Vasya
Рет қаралды 4,9 МЛН