knuth-algorithm
Here are 25 public repositories matching this topic...
Mastermind Game (console, code maker & solver) ... with a setup, various algorithms and statistic loop
-
Updated
Jun 1, 2021 - Python
Master mind game with single player mode, in which the computer follows Knuth's algorithm, & multiplayer mode.
-
Updated
Dec 23, 2022 - Ruby
Go package with 6 popular shuffling algorithms
-
Updated
Sep 25, 2023 - Go
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.
-
Updated
Feb 10, 2023 - Kotlin
A experimental prover written in Common Lisp, based on clause resolution and Knuth-Bendix completion algorithm.
-
Updated
Jun 19, 2022 - Common Lisp
Mastermind game project in OCaml with an AI (Knuth Algorithm)
-
Updated
Feb 27, 2022 - OCaml
Knuth and Pryanik
-
Updated
Jul 4, 2020 - C
The Knuth-Morris-Pratt (KMP) Algorithm is a string matching algorithm used to find the occurrence of a pattern string in a text string. It uses a preprocessing step to create a failure function, which helps skip irrelevant comparisons and improves its efficiency compared to a simple string matching algorithm.
-
Updated
Feb 13, 2023 - Kotlin
Implements generalized Knuth's algorithm X with dancing links
-
Updated
Jun 21, 2017 - C++
Hide your message in a SUDOKU puzzle
-
Updated
Jul 13, 2018 - Python
This is a java OOP of mastermind game and also includes an AI that use Knuth Algorithm to guess the code
-
Updated
Aug 19, 2022 - Java
Design and Analysis of Algorithms, Assignment - BS CS Degree Program
-
Updated
Oct 15, 2022 - C++
Guess the Colours game.
-
Updated
Jun 29, 2017 - Java
A simulated elevator, for experimenting with different assignment algorithms
-
Updated
May 3, 2024 - Python
(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.
-
Updated
Feb 28, 2022 - OCaml
Badanie algorytmu ewolucyjnego do gry Mastermind
-
Updated
Jun 6, 2020 - Jupyter Notebook
An application that can identify a file's type by analyzing its contents.
-
Updated
Dec 2, 2022 - Java
Hostage situation negotiator simulation
-
Updated
Dec 26, 2022 - Python
Exploring sage math
-
Updated
Nov 13, 2024 - Sage
Improve this page
Add a description, image, and links to the knuth-algorithm topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the knuth-algorithm topic, visit your repo's landing page and select "manage topics."