Snowflake Assignment
Revision as of 11:51, 9 July 2019 by Dennis.cosgrove (talk | contribs) (Created page with "=Racket Image Library= [https://docs.racket-lang.org/teachpack/2htdpimage.html Racket Image Library Documentation] ==placement== : [https://docs.racket-lang.org/teachpack/2htd...")
Contents
Racket Image Library
Racket Image Library Documentation
placement
shapes
Snowflake
Symmetric
(define (sierpinski-triangle side-length n) (raise 'not-yet-implemented #t))
n=0 | n=1 | n=2 | n=3 | n=4 |
Flipped
(define (sierpinski-carpet side-length n) (raise 'not-yet-implemented #t))
n=0 | n=1 | n=2 | n=3 | n=4 |
Branch
(define (cantor-stool width height n) (raise 'not-yet-implemented #t))
n=0 | n=1 | n=2 | n=3 | n=4 | n=5 | n=6 | n=7 |