http://www.perlmonks.org?node_id=997395


in reply to Re: Finding subgraphs induced by a set of given vertices.
in thread Finding subgraphs induced by a set of given vertices.

AM its now what I want.Here's the output from the code given by anonymous
Got some? (["b", "c", "a"], { MATCHES => [] }) Got some? (["a", "c", "d"], { MATCHES => [] }) Got some? (["d", "e", "b"], { MATCHES => [["b", "e", "d"]] })
But for T = a b c d I have induced = "b", "c", "a" , "a", "c", "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
      Hi AM, I have posted a problem similar to the one you people have been helping me with at this link http://www.perlmonks.org/?node_id=997708

      Please help me complete it

      Sheisse !!!!! Mein Fehler!!!!