Pinned Repositories
meta_order_stat
Use C++ metaprogramming to compute order statistics of a list of numbers at compile time
mt_rand_gen
Track smallest and largest numbers seen during ongoing generation of uniform random numbers
mt_rand_gen_estimate_maxima_count
Monte Carlo simulation to determine mean and standard error of new maxima count when generating uniform random numbers
perfect_sum
Generate all groups of positive (or, optionally, non-negative) integers that sum to the specified integer N
poker
Project to count frequency of 5-card poker hands contained within N-card hands (5 <= N <= 52)
state_space_search
Generic state space search library with toy eight puzzle example
wordle-solver
A Solver for the Popular Wordle Word Game
dtheese's Repositories
dtheese/meta_order_stat
Use C++ metaprogramming to compute order statistics of a list of numbers at compile time
dtheese/mt_rand_gen
Track smallest and largest numbers seen during ongoing generation of uniform random numbers
dtheese/mt_rand_gen_estimate_maxima_count
Monte Carlo simulation to determine mean and standard error of new maxima count when generating uniform random numbers
dtheese/perfect_sum
Generate all groups of positive (or, optionally, non-negative) integers that sum to the specified integer N
dtheese/poker
Project to count frequency of 5-card poker hands contained within N-card hands (5 <= N <= 52)
dtheese/state_space_search
Generic state space search library with toy eight puzzle example
dtheese/wordle-solver
A Solver for the Popular Wordle Word Game