Skip to content

LewisGaul/pyominoes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

Polyominoes in Python

Calculate the number of unique 'ominoes' exist for a given number of squares.

1: 1

#

2: 1

##

3: 2

      #
###   ##

4: 5

       #     ##    ##    #
####   ###   ##   ##    ###

Run with python3 omino.py (no external dependencies).

About

Generate polyominoes in Python

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages