How to find shortest path in a graph?
Anonymous
Please be more specific. Is the question to find the shortest path between 2 points (like Dijkstra). Or find the shortest path go over all the points like a TSP(DP or simulating annealing ) problem which is NP-complete.
Check out your Company Bowl for anonymous work chats.