Great video. Subbed and liked. All my CS classes have me coding C and C++. So far I'm able to understand your coding example. What I'm really after is help writing a recursive function to find unique combinations of K elements from a list of N elements. I have to write it in C and then translate to x86 assembler. Do you know where I can find some good information on how to write a recursive algorithm for this in C. The ChatGBT solution wraps recursion in a for loop. I would love a walk-through of what's happening on the stack.
Your dynamic programming video is awesome...
I have dreaded recursion until I saw this. I am convinced nothing's really difficult, just find the right person to teach you how to do it!
you r the best...especially for me who only knows javascript
Thank you for doing an amazing job at explaining the complicated processes in an extremely clear way!
glad to hear that you enjoyed it! -Alvin
Your videos deserve more love. Your explanations is so clear.
5:09 this is probably the shortest and easiest way to understand on how to build the recursive call. Thanks!
u r the greatest teacher i have ever encountered ...keep the good work coming...:)
Finally understood RECURSION !!! you are awesome dude 🤍
I love the Dynamic programming video of yours.. It is easy for me to follow and understand rather than buying some paid courses.. It worth the time!
Thank you Alvin! You are legendary!
superb bro one day u will rise to the top peak where no one will be above you
you remind me of Al Sweigart, ur teaching is amazing!
Awesome explanation. Please do some more exercises on recursion
We're launching another video tomorrow on more advanced recursive problems. Thank you for the feedback and for watching!
Great video. Subbed and liked. All my CS classes have me coding C and C++. So far I'm able to understand your coding example. What I'm really after is help writing a recursive function to find unique combinations of K elements from a list of N elements. I have to write it in C and then translate to x86 assembler. Do you know where I can find some good information on how to write a recursive algorithm for this in C. The ChatGBT solution wraps recursion in a for loop. I would love a walk-through of what's happening on the stack.
Thank you very much for such amazing explanation.
You're the best man! Thank you for the awesome explanation.
The first like. Subscribed immediately
any chance you'll add R to your website code options?
Please make a series on backtracking
Hi Alvin Sir !!! Your intro ..hey programmers ....is very cute.
Hey Bro, i really like your tutorials but am not familiar with Java.., can you make python tutorials for your lessons..
That time complexity is wrong. It is exponential not linear