package knights_tour

  1. Overview
  2. Docs
Solves the 'Knights Tour' and various 'Poyomino' puzzles

Install

Dune Dependency

Authors

Maintainers

Sources

knights_tour-0.0.5.tbz
sha256=470c6d1b00b68b3bb6ba38a422a4698350564d803e20e7a7627245a253a7c890
sha512=0548d3c90c25e1dd442b43857d62aac19c98f676fedc344071635bc3ce680543fad3998a8b79fa77d6df3726c85fcf7fe14d692e3c30e5485f91f953f020cd74

doc/knights_tour.pentominos/Pentominos/index.html

Module PentominosSource

Sourcemodule Board : sig ... end

A Polyomino board is a grid of squares that need to be covered by Polyomino puzzle pieces. It is possible for some parts of the grid to be blocked off.

Sourcemodule PointSet : sig ... end
Sourcemodule Polyomino : sig ... end
Sourcemodule Puzzle : sig ... end

A polyomino puzzle consists of a board and a set of polyomino pieces to be placed onto the board. The puzzle is considered solved when all pieces have been placed.

Sourcemodule Randomize : sig ... end

Utility functions for randomizing things.

OCaml

Innovation. Community. Security.