Mandelbrot Set

Mandelbrot Set is a very intriguing and complex shape. Although it doesn’t appear to be recursive, it has part that contains the main shape shown here. You will need to zoom way in to see it.

You will not be using recursion to draw this shape. Find an iterative algorithm for this shape. You can use dot() function to draw set color of a pixel.

Related Post