Hacker News new | ask | show | jobs
by gicadin 3153 days ago
Dynamic Programming is one of the most common tools when doing optimization.

Generally, shortest path algorithms rely on dynamic programming for a reasonable solution. Examples of include the Traveling Salesman.