Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
#

knuth-algorithm

Here are 25 public repositories matching this topic...

🌳 Generate expression trees of arithmetic expressions 🌴

  • UpdatedJun 19, 2022
  • JavaScript

ID hashing based on Knuth's multiplicative hashing algorithm

  • UpdatedMar 7, 2024
  • Elixir

Coq proof of Bertrand's postulate on existence of primes [maintainer=@thery]

  • UpdatedJul 15, 2024
  • Coq

A experimental prover written in Common Lisp, based on clause resolution and Knuth-Bendix completion algorithm.

  • UpdatedJun 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

  • UpdatedSep 10, 2020
  • Swift

A simulated elevator, for experimenting with different assignment algorithms

  • UpdatedMay 3, 2024
  • Python

This is a java OOP of mastermind game and also includes an AI that use Knuth Algorithm to guess the code

  • UpdatedAug 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.

  • UpdatedFeb 10, 2023
  • Kotlin

Badanie algorytmu ewolucyjnego do gry Mastermind

  • UpdatedJun 6, 2020
  • Jupyter Notebook

Guess the Colours game.

  • UpdatedJun 29, 2017
  • Java

Mastermind game project in OCaml with an AI (Knuth Algorithm)

  • UpdatedFeb 27, 2022
  • OCaml

Master mind game with single player mode, in which the computer follows Knuth's algorithm, & multiplayer mode.

  • UpdatedDec 23, 2022
  • Ruby

Exploring sage math

  • UpdatedDec 10, 2024
  • Sage

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.

  • UpdatedFeb 13, 2023
  • Kotlin

Exact cover solution

  • UpdatedOct 5, 2017
  • C

Mastermind Game (code breaker) ... with an interactive setup, statistic loop and various algorithms, CLI

  • UpdatedAug 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.

Curate this topic

Add this topic to your repo

To associate your repository with theknuth-algorithm topic, visit your repo's landing page and select "manage topics."

Learn more


[8]ページ先頭

©2009-2025 Movatter.jp