Circle Packing

Here's we're using some tricks to cram loads of non intersecting circles together.
There are lots of ways to pack circles and learning to do this yourself is an excellent
introduction to the use of arrays.

    // Processing JS:
    // http://processingjs.org/