be able to solve mathematically stated recursive problems
be able to code a recursive function given the mathematical recursive relationship
be able to analyze output given a recursive function and a function call
understand concept of tail recursion
understand how recursion is useful in coding of merge and quick sorts
HOME |