Complete C++ Placement Course (Data Structures+Algorithm) : • C++ Full Course | C++... Telegram: t.me/apnikaksh... Instagram: / dhattarwalaman Notes of this Lecture:drive.google.c...
Пікірлер: 256
@shreyaschavhan55223 жыл бұрын
> Quick Sort - 0:00 > Quick Sort Function Algorithm - 1:15 > Partition Function Algorithm - 4:43 > Code - 8:10 > Time Complexity - 11:45
@pijushbasak42733 жыл бұрын
@Philip Adrien Sale har comment k niche tum Instra Password hacking ki bat karti ho. Coding sikhne ayi ho ya Advirtisement karne?
@codingarjuna86773 жыл бұрын
@@pijushbasak4273 😂😂 delete kar dia usne
@CharansInsights5 ай бұрын
Does anyone have pdfs of all lectures Its not available now in decription Do share it if anybody has it
@ChessKaChaskaa3 жыл бұрын
Kya behtreen tarike se sikhaya hai mam ...wow awsome...........very thank of you
@parthmittal56254 жыл бұрын
informative video as always! Note : The swap function is inbuilt in C++, saving some time!
@palashagrawal23433 жыл бұрын
lol swap is only at strings functions
@parthmittal56253 жыл бұрын
@@palashagrawal2343 Well, you could try it to believe it.
@bhavuktomar79353 жыл бұрын
@3:37 the partitioning will be done around 6 because swap(i+1, r) will swap 2 and 6
@santhosh70422 жыл бұрын
yes, after watching many yt tutorials, literally the animation and way of teaching line by line made quick sort easy
@mohammedsaqlain98564 жыл бұрын
Bhaiya we dont no how to thank u, u and ur team may always be happy. Thank you very much "apni kaksha"🙏🙏🙏
@RaNd0MiZeD3 жыл бұрын
www.amazon.in/Object-Oriented-Programming-C-4e/dp/8131722821/ref=sr_1_2?dchild=1&keywords=robert+lafore&qid=1607740393&sr=8-2 Best OOPS book MRP 800 Sale Price: *** ( Limited Stocks) & if finished check on Flipkart also
@rutvikrana5124 жыл бұрын
Quick sort is amazing and fast algorithm. In average case it gives O(n*log(n) ) complexity. Best way to select pivot is to select it randomly. (Not by middle element) Quicksort is one of the fastest sorting algorithm, so C language provide separate qsort() inbuilt function. C++ sort() vs C qsort() Always remember c++ sort() is hybrid algorithm ( using different algorithms for different situations ). So sort() is more faster than qsort() in average cases. Happy learning 😊
@hi-xu5ee4 жыл бұрын
Bro in which college and year are you studying
@rutvikrana5124 жыл бұрын
@@hi-xu5ee ... last year of medical college. 😂 I love CS, so I am learning myself.
@hi-xu5ee4 жыл бұрын
@@rutvikrana512 😂😂
@vimalslab33983 жыл бұрын
@@rutvikrana512 bruh
@marcusaureliusregulus28333 жыл бұрын
Lol. Medical school not busy enough for you? Heard you guys have crazy hours
@hirdeshkumar66483 жыл бұрын
Mam very big Thanks to make this Sorting very easy with the help of animation. I really appreciate yourself with all my heart 🙏🙏.
@nomita24324 жыл бұрын
uff what a video..really loved it .!!! saving my comment for future
@tawseeftaher9109 Жыл бұрын
Partition(arr[], l, r){ pivot = arr[r]; i=l-1 for j=l to r-1 if arr[j] < pivot i++; swap(i,j) swap(i+1, r) return i+1 }
@mujammilpinjara15374 жыл бұрын
Today one more step for C++ placement series.👍❤️
@harshitrathi30774 жыл бұрын
Thankyou For This Speed. Fixed The Place Till 3rd Dec 😍😍
@dipenchavda69883 жыл бұрын
Man this was far better than what I was taught in college... Thank you.
@aaditpatil47273 жыл бұрын
You guyz are getting taught in colleges?
@MYSTIC_ABYSS3 жыл бұрын
@@aaditpatil4727 yo, I literally saw this comment and was going to say the same thing 😂😂
@swastikrana26703 жыл бұрын
mst joke mara🙂
@ѕнвнм2 жыл бұрын
She is women
@amitpandharikar23772 жыл бұрын
Exactly
@vaibhavbelekar46532 жыл бұрын
Teacher need to teach like mom. Punishment like dad.
@gauravsinghrathore90003 жыл бұрын
short and best video on quick sort
@oqant04243 жыл бұрын
simplest and best ever video seen on youtube
@maulikshah283 жыл бұрын
I am really liking this course Thank you aman bhaiya and all the teachers of apni kaksha
@muhammadibrahimkhan70522 жыл бұрын
I really appreciate your efforts thanks ...
@ranarehan91852 жыл бұрын
one of the really best video found ever on whole internet
@chzain9390 Жыл бұрын
Your way of study iss very easy and when you smiling during lecture then my all the confusion is solved out... 😘. Thank you mam.. ❤️
@Tbm45452 жыл бұрын
Kutch samaj mein nahi aya
@enjoy111-q1v5 ай бұрын
wow didi, aapne toh samjha dia
@mayanktiwari29583 жыл бұрын
beautiful voice with great explainagion skill, thank you man
@St.LaurentDon4 жыл бұрын
Bhaiya Master's Theoram par video i think ki nahi aayi hai...
@akshays3013 жыл бұрын
Thank you didi, form this video understand very easily
@sankeerthajith80704 жыл бұрын
This is a request please make a vedio on mtech ,mtech benifits and most importantly M-TECH FROM IIT🙏
@sankeerthajith80704 жыл бұрын
Guys please like this comment So that HE notices it
@debupatra23333 жыл бұрын
didi, you should be paid as much as a college professor for these explanations
@purnendumishra26142 жыл бұрын
Sir, Please provide the note of this lecture,it shows that notes is in owners bin folder
@dhwanidabhi12267 ай бұрын
Thank you so Much For This Video ❤❤❤❤
@anujjadhav27713 жыл бұрын
awesome, it made the concept easy to learn.
@sahilsawal4 жыл бұрын
Awesome Ma'am & Sir :) 🔥😇👍✌🙏👌👏
@vibhashkumar55544 жыл бұрын
Only legends know video length is 15:24 ,before the video premieres
@niladriroy16654 жыл бұрын
Are bhai tu kaise bata rha hai?
@harshulagarwal17554 жыл бұрын
@Varun Shastry sahi toh hai
@kartikchausali15983 жыл бұрын
In lecture we were told that its our choice to choose pivot i guess Amd if thats the case then why don't we always choose median element as pivot ?
@irshadali-xx1ms3 жыл бұрын
you can choose either first, median and last but logic would be different for each \
@tarangpatil69523 жыл бұрын
you can choose any element as the pivot, but the code in the partition function changes according to the pivot element
@marcusaureliusregulus28333 жыл бұрын
Because we don't know which is the median element. Median means the element which will be in the centre in a sorted array. But we don't know where it will be in an unsorted array. Thus we choose pivot point randomly( or first or last), point being we can't choose the median as pivot since we don't know where it is
@aishwarya18953 жыл бұрын
Thnk u so much... Awesome explanation ✌
@Maheshwaripremierleague Жыл бұрын
how swap function work, because we are not returning something how the changes which are made in swap function reflect to the main code?
@marathiplayer99744 жыл бұрын
Mam make vedio on python full cours for beginners plz
@paragmahale14373 жыл бұрын
Maan! This was so better than what we were taught in college
@properfect59673 жыл бұрын
Didi,why we can't use Selection sort,Bubble sort,Insertion sort. As,those take less coding, and less time in writing the code?
@adhavpranjal21423 жыл бұрын
hey can u tell me why i am not getting any output noe error plz???soon
@properfect59673 жыл бұрын
@@adhavpranjal2142either, there would be some error in written code,or in compiler May use c++ coding app(can also run offline ,without any add),as alternative for android.
@yashvats8242 жыл бұрын
As this algo is more efficient than sel , bubble ,ins as they take (n^2)time while this takes (nlogn)time
@partharanke59253 жыл бұрын
your voice is really sweet.
@anantsinghal31804 жыл бұрын
Please upload web development course.....🙏🏻🙏🏻🙏🏻bro which telegram channel please tell me.
@AyushSachan22114 жыл бұрын
I will come in 2021
@anantsinghal31804 жыл бұрын
@@AyushSachan2211 in jan ??? And are you the instrctor of course..
@harshulagarwal17554 жыл бұрын
@@anantsinghal3180 sirf 2-3 days aur. Go and join Telegram where you will find details about everything.
@anantsinghal31804 жыл бұрын
@@harshulagarwal1755 bhai konsa telegram channel humse share kr do ....
@harshulagarwal17554 жыл бұрын
@@anantsinghal3180 how to grab 1crore waali video dekho Aman dhattarwal bhaiya kee
@kashishmandlekar47463 жыл бұрын
Make video on randomised quick sort also Thanks
@rabatoaa8572 жыл бұрын
time complexity at 13:15
@utkarshsolanki2242 жыл бұрын
This same array is taken in coding ninja tutorials of competitive programming
@nikunjgarg37543 жыл бұрын
Hey, please someone tell in which lecture bhaiya told about master theorem?
@PulkitMalhotra3 жыл бұрын
Master recursion
@nickfury47603 жыл бұрын
Time complexity would be n(n+1)/2 right not n squared for worst case
@artirani38064 жыл бұрын
Bhaiya lecture 13 ke notes bhi daal do please🥺🙏 🙏. And shayad Rishabh bhaiya keh rahe the na ki ek telegram group h🤔🤔 uspe teachers bhi reply karte h, vo kaunsa h link de do na uska please.🥺
@arjunshivhare89984 жыл бұрын
Bhaiya... web development series bnao plsss😍😍
@manishvlog240 Жыл бұрын
I like her voice 😊❤
@adityasarin393 жыл бұрын
Hey, can anyone guide as in which video do they explain recurrence relation ( Tree or master ) method ?
@rajatagrwl93283 жыл бұрын
He didn't explain....
@palashagrawal23433 жыл бұрын
@@rajatagrwl9328 😂
@snehashishghosh72583 жыл бұрын
Gate smasher
@search_ex_muslim_sahil_yt2 жыл бұрын
They didn't explain recurssion in depth . You have to learn something from other sources also.
@EverythingaboutTechPro3 жыл бұрын
Master theorem waali konsi video ? ?
@rishabhprasad83333 жыл бұрын
Ab playlist me aa gayi hai wo video
@rishabhrawat10173 жыл бұрын
correction : if(arr[j]
@stephenvs5314 жыл бұрын
We haven't got notes of merge sort and quick sort . Please provide it soon. And thanks a lot for this course ❤️
@sit33darshanpagar163 жыл бұрын
Very good explanation
@jameswang32223 жыл бұрын
just a random question... Are you guys speaking hindi or English? I can't tell if you are speaking hindi with occasional English words or you're just speaking English with a very heavy accent
@aruneshprasad30643 жыл бұрын
They use Hinglish
@revanthmahindra4 жыл бұрын
NOTES PLEASE
@kartikgoyal3594 жыл бұрын
master theory kya hai??
@itsabdullahtech2 жыл бұрын
Sorry but ap ki kuch smaj ni ai
@rajji73903 жыл бұрын
Why we are using quick and merge sort We have already selection and bubble sort
@mohammadfaizanhashmi42133 жыл бұрын
we have insertion sort also but we use all method according to situation for more optimise code
@mishras52574 жыл бұрын
Bhaiya aap btech biotech pai bhi ek video bna do jismai aap career opportunities, jobs, internship etc sab cover krna
@vaishnavideoskar58344 жыл бұрын
R there any vids coming of html, web designing??? Plzz make tutorials on web designing 🙏
@RaNd0MiZeD3 жыл бұрын
www.amazon.in/Object-Oriented-Programming-C-4e/dp/8131722821/ref=sr_1_2?dchild=1&keywords=robert+lafore&qid=1607740393&sr=8-2 Best OOPS book MRP 800 Sale Price: *** ( Limited Stocks) & if finished check on Flipkart also
@AnuragKumar-yj7ws3 жыл бұрын
madam 4:22 tak samajh aaya, uske baad kaise sort ho gaya pata nahi chala
@bhaskarmodi1867 Жыл бұрын
Can you upload python complete placement course
@adityamishra82962 жыл бұрын
swap function is predefined ?? isn't it?
@abhimanyu65344 жыл бұрын
Plz explain example and code properly and relate them 🙏🙏🙏
@AmanKumarSinhaOfficial3 жыл бұрын
Yess... Kuch samjh me nhi aaya.
@shriyamdwivedi15474 жыл бұрын
Bhaiya pls start Java placement course animated
@Janaklodhi-nf7zi2 жыл бұрын
Great explanation ma'am 🙏
@sudipc98803 жыл бұрын
Good Explaination.
@PremKumar-th3fj4 жыл бұрын
Bhaiya jee ke liye course kab aaega please tell Can't wait for it🔥😭
@RamanKumar-sp9bz Жыл бұрын
notes ka link work nahi kr raha
@mohakgidwani15054 жыл бұрын
Notes ???
@ChandanJobanputra2 жыл бұрын
don't know why but my output is coming out to be very weird as it is returning elements that are not even in my array. Can someone help me with it as it was also the case in Merge Sort
@SakethKothapalli2 жыл бұрын
Please teach in English so that people who don't know hindi can also listen🙏🙏🙏
@charityrymbai4159 Жыл бұрын
For the notes it's showing file does not exist Please look into it Sir/Ma'am
@kbhutani59674 жыл бұрын
Can u pls explain the changes in stack memory in the questions done in the last lecture of recursion🙏🏻🙏🏻🙏🏻🙏🏻
@shivamnarula16014 жыл бұрын
Bhaiya please make aurdino tutorials
@mancunianswagger36683 жыл бұрын
Bhai kitte ads aate hain har 2 min pe ek ad Utube premium lene pe majboor ho rha hu mai ab
@janvimyadventures13103 жыл бұрын
It is giving wrong output n is also not defined I am getting output as 14523
@nit_gaal2 жыл бұрын
Yes me to
@nitishsingh34704 жыл бұрын
Very nice explanation 👍
@NikhilSharma78034 жыл бұрын
The best
@prabhjotkaur77802 жыл бұрын
Plz share notes of this video . Plz
@sahilgupta71703 жыл бұрын
/master theorem konsi video me tha ?
@vaibhavwani20943 жыл бұрын
less than Expected bhaiya...
@AmanKumarSinhaOfficial3 жыл бұрын
Yes
@abhishekchaudhary38792 жыл бұрын
notes are unavailable plz check it
@achabacha38093 жыл бұрын
Quick_short function my error btataa h (pi-1) kye pss😓😓😓😓😓
@mridul5492 жыл бұрын
the code is the exact copy from gfg, what's the point of watching this video then?
@sabihatahsinsoha112 Жыл бұрын
Could you please update the drive link? The link is not accessible.
@Sourav-o7z6 ай бұрын
Karo
@toontelugu45642 жыл бұрын
Thank you
@bat_man11383 жыл бұрын
Her voice is miraculous
@rahulranjan46183 жыл бұрын
Very good video
@aswinbarath4 жыл бұрын
🔥🔥🔥Verithanam🔥🔥🔥
@vathsan39064 жыл бұрын
எந்த ஊரு நண்பா
@aswinbarath3 жыл бұрын
@@vathsan3906 Naan Ooty nanba Neenga endha ooru
@deveshb7933 жыл бұрын
master theorem kab sikhaya?
@akvedichealth4 жыл бұрын
Bhai do do channel h apna college ke naam se kaun sa shi h
@sharmisthasinhakashyap49493 жыл бұрын
Where Is The Notes Of This Lecture?
@hustlewithVaibhav3 жыл бұрын
Amazing bhaiya
@Agam_0914 жыл бұрын
Keep it up...u guys are great
@Neoshiva2 жыл бұрын
Why this code showing segmentation fault in vs code.......please HELP!!!!!
@desiidea65774 жыл бұрын
Arey bhaiya class 12 ka lecture tu dal do
@khantanveer70663 жыл бұрын
Why you took i=L-1; Then swapped i+1; Why not take only i; 🙂🙂
@tarangpatil69523 жыл бұрын
there is a for loop of int j, in which the i++ needs to be before the swap(i,j). But if you take i = L, then you will skip the first element in the for loop. Thats why
@khantanveer70663 жыл бұрын
@@tarangpatil6952 bro we u write i++ after swap then it solved
@ManishRaj-zm5gs2 жыл бұрын
this code will fail if there are duplicate elements in the array