Beefy Boxes and Bandwidth Generously Provided by pair Networks
No such thing as a small change
 
PerlMonks  

Re: Seeking algorithm for finding common continous sub-patterns

by hv (Prior)
on Dec 03, 2004 at 13:47 UTC ( [id://412122]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
      my @a = (
        [2,5,10,5,12,6,21,5,10,12,23],
    ...
      /xg) {
        print "($1)\n" unless $seen{$1}++;
      }
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others having an uproarious good time at the Monastery: (4)
As of 2024-04-24 04:48 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found