https://github.com/zeyadetman/sierpinski-triangle
📐 Sierpinski triangle is a fractal and attractive fixed set with the overall shape of an equilateral triangle, subdivided recursively into smaller equilateral triangles.
https://github.com/zeyadetman/sierpinski-triangle
chaos chaos-game sierpinski-triangle
Last synced: about 1 month ago
JSON representation
📐 Sierpinski triangle is a fractal and attractive fixed set with the overall shape of an equilateral triangle, subdivided recursively into smaller equilateral triangles.
- Host: GitHub
- URL: https://github.com/zeyadetman/sierpinski-triangle
- Owner: zeyadetman
- Created: 2018-12-08T02:14:07.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-03-08T23:01:08.000Z (over 6 years ago)
- Last Synced: 2025-01-17T15:53:18.336Z (9 months ago)
- Topics: chaos, chaos-game, sierpinski-triangle
- Language: HTML
- Homepage: https://zeyadetman.github.io/sierpinski-triangle/
- Size: 121 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
![]()
📐 Sierpinski triangle
In mathematics, the term chaos game originally referred to a method of creating a fractal, using a polygon and an initial point selected at random inside it.
Sierpinski triangle is a fractal and attractive fixed set with the overall shape of an equilateral triangle, subdivided recursively into smaller equilateral triangles.
If you don't like reading the code, you can see [this answer on quora](https://www.quora.com/What-are-some-mind-blowing-facts-that-sound-like-BS-but-are-actually-true/answer/David-Prifti-1?ch=1&share=6bae8bf8&srid=CP3m&fbclid=IwAR1EMDHBuiBZwKQAWolhHFaEyT9eG--2FW6pD3u3IP929CekwSMN3JL38XQ), you'll understand it.
You can also reading more on [Wikipedia](https://en.wikipedia.org/wiki/Sierpinski_triangle).