= 768" x-on:close-sidebar="sidebar=window.innerWidth >= 768 && true">
Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
knights_tour 0.0.4
Libraries
This package provides the following libraries (via dune):
knights_tour
Documentation:
Knights_tour.Fun
Knights_tour.Game
Knights_tour.Lines
Utilities for reading input one line at a time. The basic idea is that different types of input which can be read one line at a time can all be converted into astring Seq.t
. Then any further manipulations / operations on this input can be done in a uniform way by operating on those.Knights_tour.Point
Knights_tour.PointMap
Dependencies: graphics, knights_tour.searchspace, ppx_inline_test.config, ppx_inline_test.runtime-lib, ppx_here.runtime-lib, ppx_expect.collector, ppx_expect.config
knights_tour.pentominos
Documentation:
Pentominos.Board
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.Pentominos.PointSet
Pentominos.Polyomino
Pentominos.Puzzle
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.Pentominos.Randomize
Utility functions for randomizing things.
Dependencies: graphics, knights_tour, ppx_inline_test.config, ppx_inline_test.runtime-lib, ppx_here.runtime-lib, ppx_expect.collector, ppx_expect.config
knights_tour.searchspace
Documentation: Searchspace
Dependencies: ppx_inline_test.config, ppx_inline_test.runtime-lib, ppx_here.runtime-lib, ppx_expect.collector, ppx_expect.config