Skip to content

Python Recursive program that draws a Sierpinski Triangle.

Notifications You must be signed in to change notification settings

devkapupara/Sierpinski-Traingle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

Sierpinski-Traingle

Python Recursive program that draws a Sierpinski Triangle. The Sierpinski triangle is a self-similar fractal. It consists of an equilateral triangle, with smaller equilateral triangles recursively removed from its remaining area. , which is named after the Polish mathematician Wacław Sierpiński. Wacław Franciszek Sierpiński.

  • Specify the depth n for the triangle depth. Larger the n, greater the time.
  • About

    Python Recursive program that draws a Sierpinski Triangle.

    Topics

    Resources

    Stars

    Watchers

    Forks

    Releases

    No releases published

    Packages

    No packages published

    Languages