Beefy Boxes and Bandwidth Generously Provided by pair Networks
Clear questions and runnable code
get the best and fastest answer
 
PerlMonks  

Re: Algorithm to convert combinations to bitstring

by ambrus (Abbot)
on Oct 30, 2006 at 17:19 UTC ( [id://581347]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    use warnings;
    use strict;
    ...
        @r;
    }
    
  2. or download this
    # 2**28 < fact(12) < 2**29 < 2**32 < fact(13) < 2**33 < 
    #   < 2**52 < fact(18) < 2**53 < 2**56 < fact(19) < 2**57
    ...
    
    
    __END__
    
  3. or download this
    sub word_to_indicator {
            my($n, $w) = @_;
    ...
                    print "$combination : @indicator : $N $K $C $rank\n";
            }
    }
    

Log In?
Username:
Password:

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

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

    No recent polls found