Question: Topic Number Topic What the project must include 1 Manhattan Tourist Problem Input graph data from either a .csv file, .txt file, or console screen.
| Topic Number | Topic | What the project must include |
| 1 | Manhattan Tourist Problem | Input graph data from either a .csv file, .txt file, or console screen. Solve this problem using a dynamic programming method. Output the solution(s) to a .txt file, .csv file, or the console screen. Clearly explain how the output is generated from the input.
|
Manhattan Tourist Problem:
Goal: Find the longest path in a weighted grid.
Input: A weighted grid G with two distinct vertices, one labeled source and the other labeled sink
Output: A longest path in G from source to sink [in c++ language]
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
