23.6 Case Study: Graph Representation
- Determine the minimum cost to travel from one city,
e.g., Pierre, to each of the other cities
- Represent a destination, and the associated cost
- Could use a pair
- Need to override comparison operator
- Create a new class:
prev
|top
|next