Beefy Boxes and Bandwidth Generously Provided by pair Networks
Problems? Is your data what you think it is?
 
PerlMonks  

Re: knapsack problem solved by regex

by jwkrahn (Abbot)
on Mar 15, 2010 at 18:19 UTC ( [id://828763]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    for ( keys %items ) {
    
  2. or download this
    for ( sort { $items{ $b }{ v } <=> $items{ $a }{ v } } keys %items ) {
    
  3. or download this
    for ( sort { $items{ $a }{ v } <=> $items{ $b }{ v } } keys %items ) {
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others studying the Monastery: (3)
As of 2024-03-29 02:14 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found