Timeline for Draw A Sierpinski Triangle
Current License: CC BY-SA 3.0
10 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Apr 22 at 7:19 | comment | added | CaydendW | Shaved off 1 byte. 64 bytes | |
| Mar 6, 2021 at 9:28 | comment | added | ceilingcat | Suggest for(31[*d]=3; instead of d[0][31]=3;for(; | |
| Jun 10, 2012 at 20:09 | history | edited | walpen | CC BY-SA 3.0 | prettified the longer version |
| Jun 10, 2012 at 1:30 | history | edited | walpen | CC BY-SA 3.0 | Shortened even more |
| Jun 9, 2012 at 19:04 | history | edited | walpen | CC BY-SA 3.0 | shortened code and explained |
| Jun 9, 2012 at 14:13 | history | edited | walpen | CC BY-SA 3.0 | shortened a bit more |
| Jun 9, 2012 at 14:03 | history | edited | walpen | CC BY-SA 3.0 | fixed the algorithm |
| Jun 9, 2012 at 13:59 | comment | added | walpen | That's because I used the wrong rule :O. Fixed, and shaved a couple of chars. | |
| Jun 9, 2012 at 13:10 | comment | added | Kevin Reid | This does not appear to be a Sierpinski triangle; it splits into three sub-triangles (proceeding downward) rather than two, and it can be seen that this produces no large central empty triangle. | |
| Jun 9, 2012 at 12:48 | history | answered | walpen | CC BY-SA 3.0 |