Process Map Data using C++ Adjacency List Shortest Path

Create an Adjacency List using a Vector where Each entry is a C++ Linked List.
Add a C++ function to find the shortest paths to each vertex from the source vertex.
Add the a C++ function to populate the adjacency list of edges from a file.