I have a list of edges (E) of a graph with nodes V = [1,2,3,4,5,6]: where each tuple (a,b) refers to the start & end node of the edge respectively. If I know the edges form a closed path in graph G, can I recover the path? Note that E is not the set of all edges of the graph.