Pattern matching in graphs

Jamal picture Jamal · May 1, 2011 · Viewed 8.4k times · Source

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

Answer

MarcoS picture MarcoS · May 2, 2011

Isn't this the Subgraph isomorphism problem? If yes, the Wikipedia page contains a section on algorithms.