Richard's Programming Examples

To help demonstrate principles of computing, some javascript pages have been developed. This index provides access to those web pages.

A theme here is more on algorithms and programming. Recursive algorithms are separate.

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

Examples

A Simple Computer

Floating Point Numbers

Sieve of Eratosthenes

Game Of Life

Recurrence Relation

Demo sorting

Demo sorted / expression trees

Infix and PostFix Demo

Begin Programming Main Game

Begin Programming Tile Game

2048 Game

See also

Computing

Recursion