
Zachary Dunn
@zack:mozilla.org
Published on
Recursion is one of the fundamental primitives of computer science. Many algorithms came to life by simplifying a general problem into recursive sub-problems. From the perspective of code, recursion implies that a function would call itself as part of its logic. Since stack is consumed for each instance of the function, excessive recursion depth will...
Comments
There aren't any comments on this post yet. To comment, publish your reply online and send a webmention.