in reply to Re: Finding subgraphs induced by a set of given vertices.
in thread Finding subgraphs induced by a set of given vertices.
But for T = a b c d I have induced = "b", "c", "a" , "a", "c", "d" .Got some? (["b", "c", "a"], { MATCHES => [] }) Got some? (["a", "c", "d"], { MATCHES => [] }) Got some? (["d", "e", "b"], { MATCHES => [["b", "e", "d"]] })
Similarly for T = b e d output should be = "d", "e", "b" .
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Finding subgraphs induced by a set of given vertices.
by Anonymous Monk on Oct 06, 2012 at 08:31 UTC | |
by zing (Beadle) on Oct 06, 2012 at 12:10 UTC | |
by zing (Beadle) on Oct 07, 2012 at 20:15 UTC |