properties of recursion

factorials

recursive call trees

the fibonacci sequence

how recursion works

the run time stack

using a software stack

tail recursion

recursive applications

recursive binary search

towers of hanoi

exponential operation

playing tic-tac-toe

application the eight-queens problem

solving for four queens

designing a solution