Skip to content

Latest commit

 

History

History

fixed_polyominoes

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

Count Fixed Polyominoes

This assignment calculates the number of fixed polyominoes for each possible set of n squares. A polyomino is a geometric shape consisting of a number of squares, each two of which share a common side. Polyominoes can be free or fixed - free if we do not allow rotations and symmetries and fixed otherwise.

Full documentation can be found here.