knuth-algorithm
Here are 25 public repositories matching this topic...
Language:All
Sort:Most stars
🌳 Generate expression trees of arithmetic expressions 🌴
- Updated
Jun 19, 2022 - JavaScript
ID hashing based on Knuth's multiplicative hashing algorithm
- Updated
Mar 7, 2024 - Elixir
Coq proof of Bertrand's postulate on existence of primes [maintainer=@thery]
- Updated
Jul 15, 2024 - Coq
A experimental prover written in Common Lisp, based on clause resolution and Knuth-Bendix completion algorithm.
- Updated
Jun 19, 2022 - Common Lisp
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
- Updated
Sep 10, 2020 - Swift
A simulated elevator, for experimenting with different assignment algorithms
- Updated
May 3, 2024 - Python
Go package with 6 popular shuffling algorithms
- Updated
Sep 25, 2023 - Go
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
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
Design and Analysis of Algorithms, Assignment - BS CS Degree Program
- Updated
Oct 15, 2022 - C++
Badanie algorytmu ewolucyjnego do gry Mastermind
- Updated
Jun 6, 2020 - Jupyter Notebook
Mastermind game project in OCaml with an AI (Knuth Algorithm)
- Updated
Feb 27, 2022 - OCaml
Hostage situation negotiator simulation
- Updated
Dec 26, 2022 - Python
Master mind game with single player mode, in which the computer follows Knuth's algorithm, & multiplayer mode.
- Updated
Dec 23, 2022 - Ruby
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
Mastermind Game (code breaker) ... with an interactive setup, statistic loop and various algorithms, CLI
- Updated
Aug 31, 2025 - Python
Improve this page
Add a description, image, and links to theknuth-algorithm topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with theknuth-algorithm topic, visit your repo's landing page and select "manage topics."