Beefy Boxes and Bandwidth Generously Provided by pair Networks
Don't ask to ask, just ask
 
PerlMonks  

Most shuffled array

by vagabonding electron (Curate)
on Aug 24, 2014 at 09:49 UTC ( [id://1098451]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    C:\Perl_516_portable>perl D:\PM\mostly_shuffled_008.pl 0 0 1
    0 0 1
    ...
    C:\Perl_516_portable>perl D:\PM\mostly_shuffled_008.pl 1 1 1 2 3 3 2 2
    + 1
    1 1 1 2 3 3 2 2 1
    1 2 1 2 1 3 1 3 2
    
  2. or download this
    #!/perl
    use strict;
    ...
      @$aref = @tmp;
      return $aref;
    }
    

Log In?
Username:
Password:

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

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

    No recent polls found