Beefy Boxes and Bandwidth Generously Provided by pair Networks
We don't bite newbies here... much
 
PerlMonks  

Re^3: Longest String Matching

by space_monk (Chaplain)
on Apr 08, 2013 at 12:08 UTC ( [id://1027481]=note: print w/replies, xml ) Need Help??


in reply to Re^2: Longest String Matching
in thread Longest String Matching

Thanks; Maybe my solution is better than I first thought! :-)
A Monk aims to give answers to those who have none, and to learn from those who know more.

Replies are listed 'Best First'.
Re^4: Longest String Matching
by hdb (Monsignor) on Apr 08, 2013 at 12:17 UTC

    Adding the empty string to the lexikon allows the following shortening:

    $lookup{''} = 1; substr($word, 0, 1) = "" while !exists $lookup{$word};

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others browsing the Monastery: (4)
As of 2024-04-24 00:24 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found