I do not have any experience with programming fractals. Of course I\'ve seen the famous Mandelbrot images and such.
Can you provide me with simple algorithms for fra
I think you might not see fractals as an algorithm or something to program. Fractals is a concept! It is a mathematical concept of detailed pattern repeating itself.
Therefore you can create a fractal in many ways, using different approaches, as shown in the image below.

Choose an approach and then investigate how to implement it. These four examples were implemented using Marvin Framework. The source codes are available here