in reply to Re: Creating Minimal Subgroups in a List of Characters
in thread Creating Minimal Subgroups in a List of Characters


This is great. It certainly seems to work. I'll have to expand it out to handle the full problem but it looks like a good solution.

I actually coded up a different solution using hashes that works well. If your interested, you can look at the production code on my scratchpad here.

Thanks for your help

PJ
use strict; use warnings; use diagnostics; (if needed)
  • Comment on Re^2: Creating Minimal Subgroups in a List of Characters