USE C# LANGUAGE TO DO IT PLEASE
1) Write a method to return the nodes (vertices) given in thegraph
2) Given a vertex return the neighbor of a specified vertex.
3) Implement iterative pseudocode to traverse the graph usingDFS algorithm.
USE C# LANGUAGE TO DO IT PLEASE
Solution