This project implements Constraint Satisfaction Problem (CSPs). Plain Backtracking, Backtracking + Forward Checking are used to solve CSPs.
-
Updated
Nov 6, 2017 - Python
This project implements Constraint Satisfaction Problem (CSPs). Plain Backtracking, Backtracking + Forward Checking are used to solve CSPs.
Golomb coding is a lossless data compression method using a family of data compression codes. Alphabets following a geometric distribution will have a Golomb code as an optimal prefix code, making Golomb coding highly suitable for situations in which the occurrence of small values in the input stream is significantly more likely than large values.
A Python library to test binary sequences with Golomb's randomness postulates.
Problems solved through tabulation and memoization techniques
This project implements Constraint Satisfaction Problem (CSPs). Plain Backtracking, Backtracking + Forward Checking are used to solve CSPs.
Add a description, image, and links to the golomb topic page so that developers can more easily learn about it.
To associate your repository with the golomb topic, visit your repo's landing page and select "manage topics."