Implements generalized Knuth's algorithm X with dancing links
-
Updated
Jun 21, 2017 - C++
Implements generalized Knuth's algorithm X with dancing links
Guess the Colours game.
Command line implementation of the board game Mastermind for a Software Engineering class
Hide your message in a SUDOKU puzzle
Badanie algorytmu ewolucyjnego do gry Mastermind
Knuth and Pryanik
Swift implementation of Donald Knuth's multi-precision unsigned integer division Algorithm D, from The Art of Computer Programming, Vol 2: Semi-numerical Algorithms, Chapter 4.3.3
Mastermind Game (console, code maker & solver) ... with a setup, various algorithms and statistic loop
ID hashing based on Knuth's multiplicative hashing algorithm
Mastermind game project in OCaml with an AI (Knuth Algorithm)
(2018) Mastermind ( OCaml ) : two game modes: against a local friend ( 1v1 ) or against an AI ( using the Knuth algorithm or the Naive algorithm ) with differents levels of difficulty.
A experimental prover written in Common Lisp, based on clause resolution and Knuth-Bendix completion algorithm.
🌳 Generate expression trees of arithmetic expressions 🌴
This is a java OOP of mastermind game and also includes an AI that use Knuth Algorithm to guess the code
Design and Analysis of Algorithms, Assignment - BS CS Degree Program
An application that can identify a file's type by analyzing its contents.
Master mind game with single player mode, in which the computer follows Knuth's algorithm, & multiplayer mode.
Hostage situation negotiator simulation
The Knuth-Morris-Pratt (KMP) algorithm is a linear time pattern matching algorithm that efficiently searches for occurrences of a pattern in a text. It pre-processes the pattern to determine a partial match table which is used to quickly skip over sections of the text that cannot match the pattern.
Add a description, image, and links to the knuth-algorithm topic page so that developers can more easily learn about it.
To associate your repository with the knuth-algorithm topic, visit your repo's landing page and select "manage topics."