Skip to content

Commit

Permalink
Update computer-science/algorithms/sierpinski_gasket.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Jorge Cuadra committed Jan 18, 2016
1 parent 4c70ea7 commit 5c14c0f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions computer-science/algorithms/sierpinski_gasket.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,7 @@
1. Determine the smallest unit of a square will be. If it reaches that size, then fill it with a solid color.
2. Otherwise, divide the square into four squares. Recursively draw a Sierpinski gasket on the top-left square, top-right square and bottom-right square.


## Implementation

![](codepen://cuadraman/yezmEd)

0 comments on commit 5c14c0f

Please sign in to comment.