knuth
There are 41 repositories under knuth topic.
justinmeiners/srcweave
A literate programming system for any language.
RondeSC/Miller_Shuffle_Algo
New Shuffle algorithm with ultra low overhead and no annoying repetition.
charlesreid1/five-letter-words
Experiments with Knuth's 5,757 five letter words.
ascherer/mmix
MMIX 2009 – a RISC computer for the third millennium
theartofcomputerprogramming/meetup
TAOCP - The Art Of Computer Programming Reading Group meetup schedule and meeting notes
gtryf/MIXWare
Assembler and Simulator for Don Knuth's MIX Computer from The Art of Computer Programming.
k-nuth/kth
High performance Bitcoin development platform
theartofcomputerprogramming/mmixsamples
Sample code in MMIX assembly language
farhiongit/dancing-links
A user friendly implementation of Knuth's dancing links algorithm for exact cover search.
littleredcomputer/dancinglinks
Knuth's Dancing Links algorithm in Java
SkepticalHippo/fisher-yates-shuffle
Fisher-Yates Shuffle Implementation in JavaScript
theartofcomputerprogramming/exercises
Solution submissions for exercises from The Art of Computer Programming series of books by Donald Knuth
h3nnn4n/dancing-links
C implementation of Knuth's dancing links algorithm
pahihu/mixal
Enhanced MIXAL (original code by Darius Bacon and Eric Raymond).
realtable/surreal
A Rust library that implements Conway's surreal numbers
arusson/tex-rust
TeX implementation in Rust.
charlesreid1/rubiks-cycles
An investigation into permutation cycles and orders for 3x3 and 4x4 Rubiks Cubes.
mauris/dlx.js
Knuth's Dancing Links with Algorithm X JS implementation
mcmtilman/DancingLinks
Swift implementations of Knuth's Dancing Links algorithm
stdlib-js/random-shuffle
Shuffle elements of an array-like object.
macmcmeans/fisherYatesDurstenfeldKnuthShuffle
🔀 The standard algorithm for generating a uniformly chosen random permutation. Devised by Ronald Fisher and Frank Yates, modernized by Richard Durstenfeld and popularized by Donald E. Knuth. This version permits Sattolo cycles as well as seeded/keyed shuffles and unshuffles.
qinhao/knuth
Generate Donald Knuth Interview 2006 transcript to a book.
sito8943/dni
Spain DNI letter finder
arusson/tex-c
TeX implementation in C and Markdown.
asad82/Hashing
There are two implementations available in this folder in C/C++. First one is of Dynamic Hashing using Binary Tree with Page size at each node. The second one is of Knuth Hash Function performance evaluation using a text file as input.
g-fresh/algorithm-x
A Sudoku solver implemented using Knuth's Algorithm X
jonnystoten/negroni
Emulator for the mythical computer "MIX" from Knuth's The Art of Computer Programming
MrHuggs/Knuth_DancingLinks
Implements "Algorithm M: Covering with Multiplicities and Colors."
mzacki/java-algorithms
Algoritms & data structures implementation library. Plus math problems and solutions of puzzle from CodingBat and Advent of Code. Keywords: Shell sort, Knuth sequence, insertion, quick, merge, selection, queues, stack, list.
PhoenixSmaug/knuth-game-solver
Julia implementation of Knuth's solver for two-person games with an example game
tmfreiberg/euclids_algorithm_analysis
Numerical investigation into the distributional analysis of the time complexity of Euclid's algorithm. Sheds numerical light on an "obscure" constant related to a certain variance.
vjeranc/expr-trees
Arithmetic expressions without redundant parentheses. Knuth's TAOCP has Dudeney's Digital Century puzzle 7.2.1.6 problem 122 and it includes a description of expression grammar that generates expressions without redundant parentheses.
jacobpclouse/ICSI_551_Final_Project
Final Projects are required for both Graduate Students and PHY 451Y students. Students can choose to work individually or in groups of two to propose, perform, and present a final project for the course. This project will be a project that uses methods taught in this course to solve a data analysis or signal processing problem.
queviva/yacht-fisher
javascript array shuffler [fisher yates knuth durstenfeld]