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 with letter-frequency heuristics and regex filtering. Averages 3.79 guesses across 1,062 historical puzzles at a 97.9% win rate.
PythonAlgorithmCLI+1