Previous
Top
Next
Seeing and Doing : Example :
Sorting efficiently with structural recursion
In this case, it is fairly easy transform the generally recursive function into a structurally recursive function.
Next: an example of a more generally applicable approach.