Projects
Projects tagged with "Algorithm"

Academic
Dual Heuristics Scheduling
Research on the NP-hard personnel tour scheduling problem, pairing two heuristics — one for which staff to assign, one for when — so planners can tune priorities without recomputing the whole schedule.
PythonArtificial IntelligenceAlgorithm+2

Tool
Wordle Solver
A Python CLI that solves NYT Wordle using letter-frequency heuristics and regex filtering — averaging 3.79 guesses across 1,062 historical puzzles with a 97.9% win rate.
PythonAlgorithmCLI+1