I'm trying to find tool/algorithm for searching sections that corresponds to specified pattern in oriented graph, e.g.:
A->B->C or or A<->B->C
Please, suggest me direction of my searches.
I mean pattern matching. I need to find all group of nodes and edges, that matching specified pattern
Isn't this the Subgraph isomorphism problem? If yes, the Wikipedia page contains a section on algorithms.