package knights_tour

  1. Overview
  2. Docs
Solves the Knight's tour puzzle; and others

Install

dune-project
 Dependency

Authors

Maintainers

Sources

knights_tour-0.0.3.tbz
sha256=4c693ffd5554cdbb064b0aa2ec104ec1831d3abd077ea2cec0a52922ebdc2212
sha512=f3cd71b81c7e44e7186e43c407ee679a2fede799a8aa07c495932a1a7469c5cc80a32f28eaa0b2868d195e64896802baf7959bae5b3466f777279fa1500f3e60

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.