Example Mandelbrot Set and Julia Set
摘要
We briefly introduce the equations and algorithms for fractal sets, e.g. the Mandelbrot set and Julia set. After that we implement a serial version of the fractal sets using the C++ Standard library. This example will be used later in the book and will be extended for parallel and distributed programming.