Skip to content

k9-gg/Omino

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Omino

Application that arranges blocks on a board.
There might be extra condition applied:

  • blocks might be only arranged on a square, minimal square size is desired.
  • blocks might be arranged on a minimal area rectangle, but cutting blocks is possible. Whole rectangle must be covered, minimal number of cuts is desired.

There are several alghoritms implemented that either optimize desired problem or time.

Building

To build application:

  1. Make sure you are in project directory:
cd Omino
  1. Build the project using dotnet:
dotnet build --configuration Release
  1. After successful build application should appear be in .\bin\Release

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages