Beefy Boxes and Bandwidth Generously Provided by pair Networks
P is for Practical
 
PerlMonks  

Re^3: Combinatorics problem.

by Anonymous Monk
on Dec 12, 2015 at 00:13 UTC ( [id://1150085]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    |_|_|_|
    
  2. or download this
    | | | |
    
  3. or download this
       1 1
    |1|1|1|
    
  4. or download this
       1
       1
    |1|1|1|
    
  5. or download this
    1) |1|1| |
    
    ...
    3) | | |1|
    
    4) and so on
    
  6. or download this
    1) | |1|1|
    
    ...
    4) | |11| |
    
    5) and so on
    
  7. or download this
    1) | | |11| => ||11 => 0 0 2
    
    ...
    3) | |11| | => |11| => 0 2 0
    
    4) etc
    
  8. or download this
    1) 0011 => 0 0 2
    
    2) 1010 => 1 1 0
    
    3) 0110 => 0 2 0
    
  9. or download this
    0000 - start with string of all zeros
    .00. - take some zeroes that way
    ...
    
    00.. - then that way
    0011 - you got the idea
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others taking refuge in the Monastery: (3)
As of 2024-04-20 01:21 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found