Beefy Boxes and Bandwidth Generously Provided by pair Networks
good chemistry is complicated,
and a little bit messy -LW
 
PerlMonks  

Minimize Hash Key Value Combinations

by AlexTape (Monk)
on Nov 18, 2013 at 13:25 UTC ( [id://1063084]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    [a, b, c] => [1, 2, 3]
    [b, c]    => [2, 3, 4, 5]
    [a, c, d] => [4, 5, 6, 7]
    [d]       => [1, 2, 6]
    
  2. or download this
    [a, b, c, d] => [1, 2]
    [a, b, c]    => [3]
    [a, b, c, d] => [4, 5]
    [a, c, d]    => [6, 7]
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: perlquestion [id://1063084]
Approved by hdb
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others studying the Monastery: (2)
As of 2024-04-25 23:04 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found