You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1. Determine the smallest unit of a square will be. If it reaches that size, then fill it with a solid color.
6
+
2. Otherwise, divide the square into four squares. Recursively draw a Spierpinski gasket on the top-left square, top-right square and bottom-right square.
0 commit comments