Skip to content

rpiedev/tilethecourtyard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tiling the courtyard challenge in Scheme / racket

The challenge was to most efficiently tile a 2d plane using L shaped pieces like these 3 grid L-shape Where the plane also had a single grid tile that was already filled, anywhere on the plane.
The approach of course was to use recursion, but in a fashion that was smart and scalable.
full grid I really tried to make the code as readable and simple as possible, a straightforward execution of a planned and thought-out recursion algorithm. Overall I'm pretty proud I did it so quickly, especially in Scheme, which might be the most interesting language I know.
Also quite proud of the rendering, very nice colors I think. huge grid

About

Tile the courtyard challenge done in Scheme

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages