I have a graph in which all Edges have the same property but values may differ between Vertices. I need to traverse through the graph from an specific vertex though all edges that have an specific value for that proerty.
For example I have this graph:
From Vertex: A traverse through all vertices where the edges color == blue
.
The expected answer should be: [A, B, D, C, H, G]