Thank you. This video pushed me over the mental hurdle that I have had with understanding recursion
@lima0732 жыл бұрын
Thank you very much for going step by step helping us how to think, making recursion simpler ! Continue, please, with your videos, they are really amazing!
@wtfKwaku2 жыл бұрын
This was a great explanation of recursion. The video also had mini lessons in the overall lesson.
@KrisJordan4 жыл бұрын
Imperative* is the correct spelling!
@eiloneilstein19643 жыл бұрын
You mean iterative?
@ankarata3 жыл бұрын
@@eiloneilstein1964 maybe in the alternative
@xiaolongbaor3 жыл бұрын
I love you man, best explanation I've found.
@mateaandmilos4 жыл бұрын
Nice vid, really important concepts
@xbox360fan19562 жыл бұрын
Amazing explanation! Very helpful! Thank you!
@andrei.ddobre4 жыл бұрын
You're doing a great job! Keep up the good good work
@leonardmensah67812 жыл бұрын
Please what IDE are you using?
@subashp32263 жыл бұрын
Great article!!! Do you have any videos which explains the recursive with real example and seeing the call stack using GDB ... for any simpler recursive problem, like tree... (learnt a lot about gdb from your other video... so was searching for some advance gdb for problems are recursion in c/c++)
@StalkedByLosers3 жыл бұрын
I've been doing python for years and never seen code like this. Makes me feel small. And I'm not talking about recursion.
@binaykumar82926 ай бұрын
One way to solve recursive problem is "wishful thinking"
@bodalajahnavi62723 жыл бұрын
Can we just write includes(haystack. next, needle) in else case without using return.