Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/dickwyn/sierpinski-triangle

Example of a recursive function
https://github.com/dickwyn/sierpinski-triangle

Last synced: 2 days ago
JSON representation

Example of a recursive function

Awesome Lists containing this project

README

        

# SierpinskiTriangle
Modified code from the original (http://www.cs.armstrong.edu/liang/intro9e/html/SierpinskiTriangle.html) recursive function example. Added plus and minus buttons to increase the amount of triangles.

# known issues
- The counter for triangle doesn't work...yet
- program somewhat stalls after hitting 15 triangles