Create Your First Project
Start adding your projects to your portfolio. Click on "Manage Projects" to get started
KochSnowflake
Project Type
Racket Programming
Date
July 2021
Platform Used
DrRacket Windows
Select Skills
Functional Programming, Recursive Algorithm Development, Mathematical Modeling, Visual Representation of Data
In this project, I created a Koch Snowflake using a functional programming language, Scheme. This task involved implementing recursive algorithms to generate the fractal's intricate and self-repeating patterns. The Koch Snowflake, known for its infinite perimeter and finite area, provided an excellent subject to utilize recursions, algorithmic geometry, and functional programming. By iteratively applying the snowflake's generation rules, the program accurately depicts each stage of the complex geometric construction of a Koch Snowflake like a gif. This project, though small, utilized the translating of mathematical concepts into visual representations.