Skip to content

trajafri/tromino-tile

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tromino-Tile

This is a simple example of a program that uses the htdp-image library.

The Tromino Tiling problem is commonly introduced to students learning induction. An interesting fact about the problem is that its proof also gives us a program for solving an instance of the tromino tiling problem. This program demonstrate an example solution where the solution mimics the logic behind the inductive proof, but without worrying about the graphics side of the program at all!

Usage

tromino-tile 5 25 25

alt text

tromino-tile 3 2 6

alt text

About

Example of the htdp-image library usage

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published