- 000
I want to iterate through the vertices of a graph, but the graph type does not have that method, and visiting each one using DFS does not work since, during runtime, I have vertices with no edges connected.
Even if I had, I could only iterate through edges and then access Vertices, using the method...