Richard's Recursion Examples

To help demonstrate principles of computing, some javascript pages have been developed. This index provides access to some of these web pages - those on recursion, including backtracking.

The pages require that you have a web browser which supports the canvas (such as Firefox, Chrome and modern versions of Internet Explorer), and have javascript enabled.

Click on the appropriate link and see the file.

Enjoy - and any feedback appreciated

Recursion

N Queens Problem

Knights Tour Problem

Hexagons Problem

Pentominoe Problem

Solve a Maze

Colour a Map

Suduko

Tile Puzzle

Heuristic and Tiles

Towers of Hanoi

Fractals

Demo sorted / expression trees

See also

Computing