fractal.py is the Python source code for generating a fractal of a regular unit polygon by a user-defined number of iterations.
algorithm.md contains the algorithm used to generate the fractal.
pseudocode_fl.md contains a pseudocode algorithm to generate a necessary array which is to be used in the main algorithm.