This is probably the best explanation of the Dutch National Flag algorithm, and I'm going to remember these card examples for my entire life. Thank you, sir, for your efforts.
The world needs teachers like you. I'm sure that many students now have a better understanding and visual memory of the DNF algorithm because of your efforts. If we can visualize something, we can understand and remember it more effectively. The concept and outcome of explaining the algorithm using cards are incredible and exceptionally helpful.
Your way of teaching is awesome! 😊😊. I didn't able to understand before from my teacher but, I just search DNF on youtube and found your video, so I just opened and start watching. I'm thankful that you've made this video. I understood the concept clearly (100%). Thanks...
I was able to solve it with the visual representation, without any requirement of looking at the code... Pretty satisfied that am able to code what I think of... All thanks to you... ✌️
An amazing explanation of DNF! Although I already had a little understanding of it from watching other explanations, this explanation provided the most clarity. Hopefully, I will remember this explanation for a long time. Thanks for your efforts !
Thanks for the visualization. I was about do it myself. But I though I'll look it up to see if someone has done it already and stumbled upon this video. Thanks for that! And keep up the good work!
Thanks Sir !! Excellent Demonstration !! -------------------------------------------------------------------- int lo = 0, mid = 0; int hi = array.length- 1;
This is probably the best explanation of the Dutch National Flag algorithm, and I'm going to remember these card examples for my entire life. Thank you, sir, for your efforts.
The world needs teachers like you. I'm sure that many students now have a better understanding and visual memory of the DNF algorithm because of your efforts. If we can visualize something, we can understand and remember it more effectively. The concept and outcome of explaining the algorithm using cards are incredible and exceptionally helpful.
Your way of teaching is awesome! 😊😊. I didn't able to understand before from my teacher but, I just search DNF on youtube and found your video, so I just opened and start watching. I'm thankful that you've made this video. I understood the concept clearly (100%). Thanks...
I was able to solve it with the visual representation, without any requirement of looking at the code... Pretty satisfied that am able to code what I think of... All thanks to you... ✌️
Glad to hear that!
So easy to clear a problem, very tks. Hope you make a lot of content like this more.
I am glad that you found it useful. 🙏
one of the best explanations of this algorithm. I wasn't able to visualise it earlier, your video truly helped me.
Please continue posting more videos because I haven't found any person as articulate as you are while explaining. Thanks!
I was having hard time understanding why loop should run till (mid
I do not think that there is a better way to explain this, thank you so much sir!!
The best explanation of this algorithm! Thanks to you, I wrote this algorithm on the first try
I was struggling to understand it for so much time and now i won't forget thankyou for such great explanation.
An amazing explanation of DNF! Although I already had a little understanding of it from watching other explanations, this explanation provided the most clarity. Hopefully, I will remember this explanation for a long time. Thanks for your efforts !
Exceptional explanation ! Thank you sir !
Thank you.I was breaking my head trying to understand this
professor, such an amazing video,this is called a profesional teaching methodology
The visual demonstration along with the presentation was useful :D Keep it up
Glad to hear that!
Excellent demonstration of DNF!
Excellent visual explanation with the cards! Really helps!
Best explanation of this algo on the internet 😍😍
Very nicely illustrated
Thanks for the visualization. I was about do it myself. But I though I'll look it up to see if someone has done it already and stumbled upon this video. Thanks for that! And keep up the good work!
appreciate your hard work in explaining the concept
Thank you very much sir
Thanks a lot sir you are a genius. The way you explained it visually it helps a lot
here after today’s leetcode daily problem
very inituitive algorithm demonstration ......thanku so much
That was a really good explanation, It was really easy to understand. Thank you soo much!
Hatsoff to the efforts Sir !
I can't tell you how amazing his explanation was .❤😊
quite intuitive thanks for putting this
This is Magical
Woow that’s very intuitive. Thanks for explaining!
I’m glad that you like it. Let me know what other algorithms you want explained.
Perfect explanation
big thnx....i am really struggling a lot in this algo until i watched your videos🥰🥰
Beautifully Explained!
Wonderful explanation
Simply brilliant way to explain.
Amazing explanation, thanks alot.
the best explanation ever
Thanks!
Such a wonderful explanation🔥🔥
Excellent Great Visualization
Many Thanks Sir 😊for your explanation
Awesome explanation with cards.
middle of my Sophmore cs degree. Fantastic break down.
best explanation, u earned a subscriber ✨
perfect explanation sir
Thanks Sir, best explanation in TH-cam.
Excellent Sir
best explaination with cards
Great session..thanks for sharing.
Looking forward to see more problem and solution..
Thanks a lot!
simply amazed !
great explanation
Best explanation❤
Appreciate the efforts.
Outstanding Explanation!
Thank you very much sir great explanation please add more vides like these.
Great visualization. It's really helpful.
Great visualization and quite intutive. Thanks a ton
Excellent explanation!
Excellent explanation
It is really helpful. Waiting for next one.
Thanks!
this was best i learnt to solve this thing in 8 minutes only
Very helpful, thanks
thank you very much sir.
thankyou so much, helped a lot!!
Thanks a lot for the explanation
really great explanation thank you so much for your effort
I'm glad that you found it helpful.
by visual demonstration you made it easy for us 😃
Thanks This video helped me to code it 😊
public static void sort(int[] nums) {
int low = 0;
int mid = 0;
int high = nums.length - 1;
while (mid
Nice visualization!
Thanks 👍
great job!
Best Explanation :) Thanks
Excellent!
Thanks sir
Thankyou
thank you sir
🤍
if we have to sort 5 distinct colors, do we have to use 5 pointers?
wow sir
great!
tysm
wow haha good explanation
❤❤
Thanks Sir !! Excellent Demonstration !!
--------------------------------------------------------------------
int lo = 0, mid = 0;
int hi = array.length- 1;
while (mid
Loved your solution! Instead of colors you are sorting three distinct numbers 0, 1, 2.
The best explanation ever
thanks sir