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

Two small programs for comment

by Jambo Hamon (Novice)
on Jul 07, 2017 at 12:10 UTC ( [id://1194483]=CUFP: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    $ perl balanced.pl 3                                        
    ()()()
    ...
    $ perl lcs.pl abcdef acdegh
    p=0     q=0     l=1
    p=2     q=1     l=3
    
  2. or download this
    #!/usr/bin/perl
    
    ...
        shift;
        print @_, "\n";
    }
    
  3. or download this
    #!/usr/bin/perl
    
    ...
        }
        return ( $p, $l );
    }
    

Log In?
Username:
Password:

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

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

    No recent polls found