Pinned Repositories
aima
Python 3.13 implementation of the algorithms from "Artificial Intelligence: A Modern Approach" (4e) - Russell & Norvig
burden_numerical_analysis
Algorithms in Python from "Numerical Analysis" (10e) - Burden & Faires
clrs
Exercises and C++20 implementations of the algorithms from "Introduction to Algorithms" (3e) - Cormen, Leiserson, Rivest, & Stein
crafting_interpreters
Examples and exercises from "Crafting Interpreters" - Robert Nystrom
epi
Algorithms and test cases from Elements of Programming Interviews in Python - Aziz, Lee, & Prakash
isl
Exercises and examples from "An Introduction to Statistical Learning with Applications in R" (2e) - James, Witten, Hastie, & Tibshirani
jcip
Examples from "Java Concurrency in Practice" - Brian Goetz
malik_ds
Exercises from "Data Structures Using C++" (2e) - D.S. Malik
numerical_recipes
Rust implementations of the algorithms from "Numerical Recipes in C" (2e) - William H. Press, Saul A. Teukolsky, William T. Vetterling, & Brian P. Flannery
wackerly_stats
Exercises from "Mathematical Statistics with Applications" - Wackerly et al. (7e)
GrahamStrickland's Repositories
GrahamStrickland/malik_ds
Exercises from "Data Structures Using C++" (2e) - D.S. Malik
GrahamStrickland/burden_numerical_analysis
Algorithms in Python from "Numerical Analysis" (10e) - Burden & Faires
GrahamStrickland/aima
Python 3.13 implementation of the algorithms from "Artificial Intelligence: A Modern Approach" (4e) - Russell & Norvig
GrahamStrickland/epi
Algorithms and test cases from Elements of Programming Interviews in Python - Aziz, Lee, & Prakash
GrahamStrickland/knrc
Examples and exercises from "The C Programming Language" (2e) - Kernighan & Ritchie
GrahamStrickland/tic-tac-toe
Small browser-based Tic-tac-toe game with difficulty levels
GrahamStrickland/wackerly_stats
Exercises from "Mathematical Statistics with Applications" - Wackerly et al. (7e)
GrahamStrickland/zill_differential_equations
Python plots and calculations for "Differential Equations with Boundary-Value Problems" (9e) - Zill
GrahamStrickland/agile_csharp
Examples from "Agile Principles, Patterns, & Practices in C#" - Robert Martin & Micah Martin
GrahamStrickland/clrs
Exercises and C++20 implementations of the algorithms from "Introduction to Algorithms" (3e) - Cormen, Leiserson, Rivest, & Stein
GrahamStrickland/crafting-interpreters
Examples and exercises from "Crafting Interpreters" - Robert Nystrom
GrahamStrickland/ezust_qt
Exercises from "An Introduction to Design Patterns in C++ with Qt" (2e) - Ezust & Ezust
GrahamStrickland/functional_lean
Examples and exercises from "Functional Programming in Lean" - David Thrane Christiansen
GrahamStrickland/isl
Exercises and examples from "An Introduction to Statistical Learning with Applications in R" (2e) - James, Witten, Hastie, & Tibshirani
GrahamStrickland/lpfp
Exercises and examples from "Learn Physics with Functional Programming" - Scott N. Walck
GrahamStrickland/math_lean
Examples and exercises from "Mathematics in Lean" - Jeremy Avigad & Patrick Massot
GrahamStrickland/modern_cpp
Exercises from "Discovering Modern C++" (2e) - Peter Gottschling
GrahamStrickland/rust
Exercises and examples from "The Rust Programming Language" - Steve Klabnik and Carol Nichols
GrahamStrickland/config
Vim/NeoVim/WezTerm/zsh settings
GrahamStrickland/fasthtml
Tutorials from the FastHTML documentation
GrahamStrickland/flex-bison
Examples and exercises from "flex & bison" - John Levine
GrahamStrickland/gerald_numerical_analysis
Algorithms in Python 3.11 for Gerald & Wheatley - Applied Numerical Analysis 7e
GrahamStrickland/gof
C++20 implementations of the design pattern examples used in "Design Patterns - Elements of Reusable Object-Oriented Software" - Gamma, Helm, Johnson, & Vlissides
GrahamStrickland/js_def_gd
Examples from "JavaScript: The Definitive Guide" (7e) - David Flanagan
GrahamStrickland/math_experiments
Mathematical experiments in Python3.13
GrahamStrickland/network_go
Exercises and examples from "Network Programming with Go" - Adam Woodbeck
GrahamStrickland/qt_examples
Examples using Qt 6.5
GrahamStrickland/shell_scripts
Miscellaneous shell scripts
GrahamStrickland/silberschatz
Programming examples and exercises from "Operating System Concepts" (10e) - Silberchatz and Gagne
GrahamStrickland/unpv13e
UNIX Network Programming, Volume 1, Third Edition Source Code