in reply to Re: Determine group membership for partial sequences
in thread Determine group membership for partial sequences

Yay! Exactly the sort of clean up I was looking for. Thank you.

This is a one off task so the fact that there may be more efficient ways of achieving the result than using Floyd-Warshall doesn't really matter.


DWIM is Perl's answer to Gödel
  • Comment on Re^2: Determine group membership for partial sequences

Replies are listed 'Best First'.
Re^3: Determine group membership for partial sequences
by Anno (Deacon) on Aug 24, 2007 at 08:23 UTC
    Describing the result as connected components of a graph may be a way to explain the process in intuitive terms.

    Anno