You are a geologist and you want to survey the location of recent earthquake. Find a route through all the earthquake site to minimize total distance travelled.
Get location of recent earthquake using Bridges API.
Use an array of boolean to record whether a location has been visited or not.
Assume we start at earthquake 0.
Write a function that returns the earthquake that has not been visited and which is the closest to a location.
Write the code to compute a tour using the greedy principle.
Brute Force
Integer Linear Programming
Branch and Bound
Christofides
3/2 approximation
Meta Heuristics
Graph Visualization Documentation Earthquake Documentation
Graph Visualization Documentation Earthquake Documentation