It took me 3 hrs to understand QuickSort Program in C, damn i wasn't aware of recursive functions first that got me
@lakshyakumrawat4 жыл бұрын
Principal : Who is Your Favourite Teacher. Me : Code Wala Harry Bhaiya Principal : 😨
@lsdxsaurabh27982 жыл бұрын
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
@kamaldakshkrishnan99902 жыл бұрын
QuickSort is greatly covered here by Harry Bhai
@studynewthings17272 жыл бұрын
Thankyou for revising the trees time complexity is logn
@technoguide71644 жыл бұрын
Ap achcha sikhate hai or apki video bohot useful hai Apke jese KZbinr ko dise salam Love you bro ❤❤❤
@pushkarnath28013 жыл бұрын
insertion sort is my fav so far
@Gaurav_Mehta14 жыл бұрын
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-vf3go3 ай бұрын
Goat=harry bhai❤❤
@tech_indiaa032 жыл бұрын
Insertion sort is my favorite algo❣️
@udaykirankavaturu6942 Жыл бұрын
Harry bhaiya done with this thank you 19:43
@aakashsingh8914 жыл бұрын
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-xc4wb4 жыл бұрын
Harry sir enjoying the tutorial😊 Sir videos for non linear DS
@tremendoussuccess74633 жыл бұрын
Thanks for uploading this video Harry bhai
@freekeys4 жыл бұрын
We love the way u explaining keep it up sir ji ❣️
@abhisheksingh7674 жыл бұрын
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-ty2hn4 жыл бұрын
please show iterative approach of quick sort
@iamusmanshabbir1424 жыл бұрын
please make a video on difference between computer science and software engineering ASAP
@mohdaslam39884 жыл бұрын
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.
@thismycode64184 жыл бұрын
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.
@salilkumarghosh98614 жыл бұрын
Love you bro❤️..thanks for giving such videos
@potterprasant3804 жыл бұрын
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.
@akarshiarora68104 жыл бұрын
Bhaiya please make a video on project using data structure
@26.aaditwamohokar804 жыл бұрын
Dear CodeWithHarry Sir, Please Make A playlist on the PHP web framework :-Laravel
@26.aaditwamohokar804 жыл бұрын
Dear CodeWithHarry Sir, Please Make A playlist on the PHP web framework :-Laravel
@26.aaditwamohokar804 жыл бұрын
Dear CodeWithHarry Sir, Please Make A playlist on the PHP web framework :-Laravel
@jayantpant53914 жыл бұрын
thank you sir. full samjh aagya
@suryadityadey6 ай бұрын
Is Time complexity very imp for us in future? Or just we remember only the formula ?
@Suraj-to6gb4 жыл бұрын
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
@princesukhala71062 жыл бұрын
6:00min Done done
@nisargparekh84244 жыл бұрын
Never been so quick in my life
@LegitGamer23454 жыл бұрын
thats what quicksort says to other sorting algos!
@gautamvaja3234 жыл бұрын
You are doing very nice efforts
@madbinofficials27164 жыл бұрын
Harry java k baad kya sikhu konsa language Big fan bro
@vishnusinghchouhan42673 жыл бұрын
Great explanation!
@Victor-ev3vu4 жыл бұрын
Please bring kivy tutorials
@TheAbhro4 жыл бұрын
thanks a lot... is there a video on types of linked list and hash table
@royfamily92732 жыл бұрын
Thanks Harry Bhaiya
@rishabhshukla25233 жыл бұрын
Plzz continue ds lectures
@learninggeek63774 жыл бұрын
Won't you provide notes like you used to do previously?
@AdityaG. Жыл бұрын
Hey bro, what are you doing now a days. I mean profession! would you like to share please...
@Karthik-kt243 жыл бұрын
Thank you very much bhaiya✌
@avstechindian88074 жыл бұрын
Sir please make video in Java tutorial playlist
@Rahulkumar-jo2km4 жыл бұрын
Hey....can you teach how to develop Question-Answer website with Django?
@ramnayanzoology90724 жыл бұрын
Bhaiya roadmap to robotics engineer pe video banaiye,please bhaiya🙏🙏🙏
@ashutoshkumarjha33214 жыл бұрын
Harry bhai when are you going to upload the DS concepts about trees and graphs
@prakharsinha69153 жыл бұрын
Yes this is the need
@ashishsingla46974 жыл бұрын
Pls made a series on reactjs
@i_write7500 Жыл бұрын
Thank you Sirji
@AnshuYadav-jj2dk4 жыл бұрын
Java playlist me video banao
@rameshchanderrameshchander99714 жыл бұрын
Thankyou sir but please upload a video on number coversion
@pranavtiwari_yt4 жыл бұрын
Harry bhai, plzz make a video on complete roadmap for gamedev 2020. (UNITY GAME ENGINE)
@shivanshutyagi834 жыл бұрын
Harry bhai 👏👏
@RAHULGUPTA-jf4xq3 жыл бұрын
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
@sudeepsingh55714 жыл бұрын
harry brother, can you make tutorials of kivy (python gui). plz..... I hope you never say no
@ridham71204 жыл бұрын
Sir kya aap javascript ka course with notes in one video banauge?
@shaikhnabeel64434 жыл бұрын
Merge sort bhi bta do bhai aise hi detail ke please 🙏🏻
@bhaveshmoon19793 жыл бұрын
Is quick sort an adaptive algorithm,if not can we make it, like we had done in bubble sort
@sunilgupta-vb8zr3 жыл бұрын
no, its not adaptive and we can make it adaptive
@hdgamer4524 жыл бұрын
I am learning pygame through your pygame course. Sir how to use it in 3.8.5 because in new version pygame is removed
@lakhveer03624 жыл бұрын
Thanks bhai 😛😛😛😛
@Lnctiann4 жыл бұрын
Kaya ya data structures and algorithms ka full course hai ki avi or video daliya ga Please tell bhaiya please bhaiya
@asiangaming-pubg23044 жыл бұрын
C# course please?
@spydr_developer37254 жыл бұрын
Thanks u so much sir..
@ritusaini34064 жыл бұрын
Harry bhahiya agar koi zero se shuru krta hai to use app developor bnne me kitna time lgega. Plzzz reply
@Sans_K52 жыл бұрын
thanks_Sir💜⚡️
@gauravsingh79404 жыл бұрын
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.
@boudhikchawda58844 жыл бұрын
Python par bhi video banao
@factzandcode2 жыл бұрын
Harry vai ❤️
@aninditasarkar24704 жыл бұрын
Sir please make a video on freelancing, Fiverr etc.
@manglatripathi93214 жыл бұрын
Sir please make a video on erlang
@yashwanthpasaladi27142 жыл бұрын
so, no of partititons = height of the tree?
@karangill94624 жыл бұрын
Harry great
@vishalgupta82432 жыл бұрын
Thank
@visheshsah83 жыл бұрын
Quick sort is adaptive right?
@hrithikrudra42924 жыл бұрын
for array element 4,2 how the partition will work,bhaiya?? I think array index wil be out of bound
@hrfighter79804 жыл бұрын
python algorithm ka course bana do bhai
@PotentialDestination4 жыл бұрын
Nice👍
@gabbarpatil32224 жыл бұрын
harry bhai kya aap bhul gaye ..linux ki playlist ke bareme.....
@pavanpandya90804 жыл бұрын
Sir please provide the notes and source code
@sandeepprabhakula77144 жыл бұрын
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_73434 ай бұрын
is quiksort adaptive
@somumahapatra34374 жыл бұрын
Bhai Matlab pe video banwao na please
@swivel9344 жыл бұрын
Nice bro
@rajkumarsahu22354 жыл бұрын
Please make video on unreal game engine 4
@jattvaad82464 жыл бұрын
Bhai ethical hacker ko konsi language sikhna chayiye
@siddharthasarmah92664 жыл бұрын
Harry bhai vscode me kya theme use kar rahe ho??
@NitinKumar-qk1fi4 жыл бұрын
Just started this course and it increased to 55+ video's
@vishalpatil65783 жыл бұрын
Is quick sort adaptive?
@pritigoel86624 жыл бұрын
If you are interested in gaming then, Check Gameplex.
@sonugautam774 жыл бұрын
Sir unilavel MLM coding sikha do please
@pankajkumarsingh35212 жыл бұрын
greatt videoo sirr
@sarveshtekale67932 жыл бұрын
Harry Bhai is Quick Sort Adaptive or Not??
@fangamer66664 жыл бұрын
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
@gautamsingh8thbrollno2374 жыл бұрын
Hath jod ke keh raha hu plz plz plz c# tutorial series bnao plz ek learner ki guzarish he
@devashish4744 жыл бұрын
Sir please complete java course alao
@hrithikrudra42924 жыл бұрын
How the linear function of k1n+k2 came?
@CodeWithHarry4 жыл бұрын
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!
@hrithikrudra42924 жыл бұрын
@@CodeWithHarry thanks bhaiya
@AmanKumarSinhaOfficial3 жыл бұрын
@@CodeWithHarry Please *Complete* the Data Structures and Algorithms Course
@kushal60652 жыл бұрын
@@CodeWithHarry fir vi samaj nahi aaya
@vivekchauhan40533 жыл бұрын
Yar what's QUICK in this algorithms that it's called QUICKsort ?😂 btw great video😃
@Gaurav-ss3je2 жыл бұрын
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.
@vivekchauhan40532 жыл бұрын
@@Gaurav-ss3je ooh...thanks bro✌️
@Gaurav-ss3je2 жыл бұрын
@@vivekchauhan4053 Bro read the book of dsa by kurso one of the best book by the way tell me about yourself