Shortest Path problems are one of the base operations of the network
problems. Problem is to reach a target location from a beginning
location. There are generally numerous available paths to achieve this
goal. The objective of the Shortest Path problem is to achieve this goal
with the minimum distance traveled. One way to solve the problem is
dynamic programming. This template uses dynamic programming techniques
to solve up to 16-node shortest path problem. SpreadsheetWEB version of
the template carries the dynamic program onto the web and solves the
problem online.
No comments:
Post a Comment