Fractal

A fractal is a complex geometric shape that can be split into parts, each of which is a reduced-scale copy of the whole. This self-similar pattern repeats at progressively smaller scales, creating intricate and often beautiful designs. Fractals are not limited to geometry; they can also describe patterns in nature, economics, and other fields, offering insights into the underlying structures of seemingly chaotic systems.

Notice: Do not input big number as the algorithm using recursion with no optimization. It will cause stack overflow error or crash.

Made by: Jack Huynh

Notice: This is not my first static website, originally I code my first fractal in Racket. This is just an illustration.