in reply to Re: Finding largest common subset in lists?
in thread Finding largest common subset in lists?
Running on this, I get a b c as the result instead of a b c d. I'm looking to see if I can figure out why now, but I figured I'd post in case someone's faster than me (likely).my @a = qw( a b c d e f g h i j k l m n o p q r s t u v w x y z ); my @b = qw( a b c X f g h X l m n X j k a b c d );
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Re: Finding largest common subset in lists?
by Jenda (Abbot) on Jun 06, 2003 at 09:32 UTC |