Honestly, brother, you are godsent. Thanks so much for this video. You are one of the only channels I have seen that dry-run code together. I enjoyed every moment of this video
@nikoo28 Жыл бұрын
Thank you for such a kind comment. Wish you all the luck in this upcoming year
@mariaghorayeb59862 жыл бұрын
So useful ! You explain amazingly well ! Keep it up !!
@charlesopuoro52952 жыл бұрын
Great job. Thank you very much for taking the time to careful explain the Counting Sort Algorithm. It is one thing to know, it is another to inform or impart knowledge. You have done so. Thanks again.
@ssthil1 Жыл бұрын
Perfect, it's clear to understand. Appreciated 👏🏼
@prashansapunjabi Жыл бұрын
Really cool explanation! Thanks.
@chetansai42753 жыл бұрын
A very good lecture .Thank you sir
@rojidansari63942 жыл бұрын
What a great explanation 👍👍👍
@ebrahimkassem89393 жыл бұрын
Very helful and very good explanation.. Thank you sooo much
@manish-d2r6 ай бұрын
great explaination
@funnymoment9164 Жыл бұрын
Thanks!
@ayabc43203 жыл бұрын
Very useful! Thank you 🙏✨
@maisharana54053 жыл бұрын
thanks for the knowledge and it will help me to do my assignment.
@mohamedndaloma13839 ай бұрын
Great video by the way it was very helpful. Quick question though why do we have 6 occurances of 2 and just a single occurance of 3 when there should be 2 occurance of 3 and 5 of 2 when sorting the array for the final result?
@shortandshine82796 ай бұрын
Gr8, thanks, could you please explain why cumulative and placing in output array with -1, should work
@wish74792 жыл бұрын
Hi sir, I have a doubt If I have integer arry={1,5,2,10,11,20} If you sort this array using Arrays.sort() - > o/p 1,10,11,2,20,5 Why it is sorting based on ASCII value? Why not sequentially 1,2,5,10,11,20 If you take list of string having alphanumeric type, how we can sort alphanumeric Ally. I am not able to solve this. Can you help me on this? Arrays.sort()-
@nikoo282 жыл бұрын
Can you DM me on the email address in channel description.
@wish74792 жыл бұрын
@@nikoo28 sure sir
@wish74792 жыл бұрын
@@nikoo28 sir, I have sent mail to you.kindly look into it.
@thellaidhinesh8646 Жыл бұрын
Hey nikhil, I saw a lot of videos related to counting sort, yours is very easy to understand. Keep the good work going. The only issue is, I found the audio was not up to your explanatory skills. So please do consider some improvements in audio
@nikoo28 Жыл бұрын
Do check my recent videos. I have fixed the audio :)
@LiswinGeorge Жыл бұрын
Since we're also finding a maximum and minimum number in the array. Isn't there a time complexity also involved in that?
@nikoo2811 ай бұрын
finding the maximum and minimum happens in O(n)
@CodeWithVinetha Жыл бұрын
you mentioned counting sort follows stable in video?what is mean by stable sir?
@nikoo28 Жыл бұрын
stable means that the ordering of elements does not change.
@shortandshine82796 ай бұрын
Also for negative numbers how to make it work in python
@anniamatthews68032 жыл бұрын
Can you please make a video explaining and solving "The full counting sort" problem on hackerrank?
@saurabhsoni7383 жыл бұрын
Please explain the code too
@nikoo28053 жыл бұрын
Starting at 11:04, you will see the code explanation
@mohdsalimullah26082 жыл бұрын
Superstar
@etiennedegaulle38173 жыл бұрын
Bad audio and doesn't account for negative numbers.
@madeinscript46236 ай бұрын
Bro he teached very well don't blame bro
@Rahul_17_13 күн бұрын
Safe game bro..🤣🤣 wht if the number is negative. . ??
@nikoo283 күн бұрын
then you offset the entire array with the least number available