Beefy Boxes and Bandwidth Generously Provided by pair Networks
Do you know where your variables are?
 
PerlMonks  

Generic De Bruijn Sequence

by QM (Parson)
on Apr 19, 2017 at 16:38 UTC ( [id://1188292]=CUFP: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    > debruijn.pl 3 3
    AAACCCBCCACBBCBACABCAABBBABAA
    ...
    
    > debruijn.pl 5 2
    AAEEDECEBEADDCDBDACCBCABBA
    
  2. or download this
    #!/usr/bin/env perl
    #
    ...
    print "$string\n";
    
    exit;
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others lurking in the Monastery: (4)
As of 2024-03-28 23:20 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found