ashik@dev

Engineering notes about dynamic-programming

Articles, implementation notes, and lessons from projects involving dynamic-programming.

cat ~/writing/dynamic-programming

1 posts
My Greedy Algorithm Said No. It Was Wrong.A small packing function I wrote for a ledger cleanup job, why its greedy shortcut misses exact answers far more often than I expected, and the short dynamic programming fix.algorithmstypescriptdynamic-programming10 min ->