
Recursion in software development
video description
Date: 2022-03-14
Related videos
Comments and reviews: 8
Schmetter
Recursion is what amateurs do before they discover that stacks are neither deep nor overflow safe. Then their first recursive ten-liner bombs and they become better programmers who will avoid recursion in the future because they will have learned that most machines and compilers are not really suitable for it.
reply
Recursion is what amateurs do before they discover that stacks are neither deep nor overflow safe. Then their first recursive ten-liner bombs and they become better programmers who will avoid recursion in the future because they will have learned that most machines and compilers are not really suitable for it.
reply
RealToughCandy
What are your thoughts on recursion and its implementation being a basic concept for aspiring (not jr. at this point) devs? A few people I know have had interview questions at bootcamps wanting them to recursively search for something, etc.
reply
What are your thoughts on recursion and its implementation being a basic concept for aspiring (not jr. at this point) devs? A few people I know have had interview questions at bootcamps wanting them to recursively search for something, etc.
reply
Peter
the fact this was linked to a Javascript course and the code was in Python the whole time confused the crap out of me for like a whole day.... can't believe it took me this long to realize it....
reply
the fact this was linked to a Javascript course and the code was in Python the whole time confused the crap out of me for like a whole day.... can't believe it took me this long to realize it....
reply
Godfist
FINALLY, I cant tell you how difficult it was for me to grasp this concept. People just stating factorial n was driving me nuts.
reply
FINALLY, I cant tell you how difficult it was for me to grasp this concept. People just stating factorial n was driving me nuts.
reply
Frostbyte333
im not even using this language but you explained it so well that i could input it into the language of code that im using
reply
im not even using this language but you explained it so well that i could input it into the language of code that im using
reply
Deepa
This is the same example from the -
Grokking Algorithms: An Illustrated Guide for Programmers and Other Curious People- book
reply
This is the same example from the -
Grokking Algorithms: An Illustrated Guide for Programmers and Other Curious People- book
reply
itech
Even after getting to the next task on the website, I still don't know what this even is or how it works. I feel like an idiot.
reply
Even after getting to the next task on the website, I still don't know what this even is or how it works. I feel like an idiot.
reply
Getting1st
You guys explain things so easily, even a C grade holder CS student will end up improving if taught such way in the univ.
reply
You guys explain things so easily, even a C grade holder CS student will end up improving if taught such way in the univ.
reply
Add a review, comment
Other channel videos















