 |
Mastering recursive programming |
Post date: June 22, 2005, 04:06 Category: Views: 982 Comments: 0 |
Tutorial quote: Recursion is a tool not often used by imperative language developers, because it is thought to be slow and to waste space, but as the author demonstrates, there are several techniques that can be used to minimize or eliminate these problems. He introduces the concept of recursion and tackle recursive programming patterns, examining how they can be used to write provably correct programs. Examples are in Scheme and C. |
CommentsCurrently there are 0 comment(s) for this tutorial. You can post a comment using the form below.
|
|