For the following graph
1. Starting at node a, list the nodes of the graph in depthfirst order.
2. Starting at node e, list the nodes of the graph in breadthfirst order.
3. Apply Dijkstra's algorithm to the graph starting at node a to compute the shortest distance to each other node in the graph. Show that distance in the node of the graph.