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

Re: LCS algorithm

by Anonymous Monk
on Apr 16, 2015 at 10:29 UTC ( [id://1123609]=note: print w/replies, xml ) Need Help??


in reply to LCS algorithm

Here is how you can know if you're on the right track :)
my @wantedOutput = qw/ ro sham bo /; my @input = qw/ ro sham bo /; my @output = LCS( @input ); use Data::Dump qw/ dd /; dd( \@wantedOutput, \@output );

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others musing on the Monastery: (7)
As of 2024-04-18 15:44 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found