Foreword On Recursion
Contrary to popular belief, recursion is neither obscure nor
inefficient:
Recursion is your friend!
Recursion is powerful!
Recursion is more than a programming technique, it is a way of:
- describing, defining, specifying things
- designing solutions to problems (divide and conquer)