24 skills found
meatfighter / Knuth ElevatorA Go implementation of the elevator simulator described by Donald E. Knuth.
theartofcomputerprogramming / MeetupTAOCP - The Art Of Computer Programming Reading Group meetup schedule and meeting notes
rbergen / MixEmulEmulator for the MIX computer that never existed.
taocpp / Taocpp.github.ioThe Art of C++ Website
ricbit / TaocpSolutions to The Art of Computer Programming exercises
fherrera124 / TaocpHTML version on: http://fherrera124.github.io/taocp/
theartofcomputerprogramming / MmixsamplesSample code in MMIX assembly language
QuantamHD / TAOCP SolutionsThe solutions to exercises in Donald Knuth's "The Art of Computer Programming".
l0stman / TaocpSolutions the the exercises in TAOCP
CyberZHG / MIXALMIX Assembly Language Emulator
andrewbrooke / The Art Of Computer ProgrammingCode to go along with Donald Knuth's book series, The Art of Computer Programming.
Porrapat / Vscode MmixVSCode extension MMIX assembly language syntax highlighting.
jflude / TaocpA MIX simulator and assembler for Knuth's "The Art of Computer Programming"
NextBuild-Sora / TAOCP Project计算机程序设计艺术:程序设计(programming),是给出解决特定问题程序的过程,软件开发过程中的重要步骤。程序设计往往以某种程序设计语言为工具,给出这种语言下的程序。程序设计过程一般包括分析、设计、编码、测试、调试等不同阶段。
dstein64 / RevdoorA single-file C++ library for visiting revolving door combinations.
littleredcomputer / DancinglinksKnuth's Dancing Links algorithm in Java
little-book-of / Taocp SolutionsA concise, structured companion of worked solutions and annotations to exercises from The Art of Computer Programming.
caerwynj / Limbo TaocpAlgorithms from The Art of Computer Programming in Limbo programming language. Exact cover with colors. N-queens. Backtracking.
Code42Cate / The Art Of Computer ProgrammingThe Art of Computer Programming (TAOCP) is a comprehensive monograph written by computer scientist Donald Knuth that covers many kinds of programming algorithms and their analysis.
theartofcomputerprogramming / ExercisesSolution submissions for exercises from The Art of Computer Programming series of books by Donald Knuth