The Recursive Leap of Faith, Explained
Posted by Al Sweigart in misc
There is a phrase used when teaching recursion and recursive functions, leap of faith. In researching my book, The Recursive Book of Recursion, I found that most explanation of this technique were vague or even misleading. In this article, I'll go into what the leap of faith is and how it can help you write your recursive functions.