04.01.2015 Views

Recursion

Recursion

Recursion

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

Chapter Review (continued)<br />

• Mathematical Sequences and formulas that are defined<br />

recursively can be implemented naturally as recursive<br />

methods<br />

• Recursive data structures are data structures that have<br />

a component that is the same data structure<br />

• Towers of Hanoi and counting cells in a blob can both be<br />

solved with recursion<br />

• Backtracking is a technique that enables you to write<br />

programs that can be used to explore different<br />

alternative paths in a search for a solution

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!