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

Re (tilly) 2: PGA Golf, Round 1

by tilly (Archbishop)
on May 24, 2001 at 22:55 UTC ( [id://83072]=note: print w/replies, xml ) Need Help??


in reply to Re: PGA Golf, Round 1
in thread PGA Golf, Round 1

I had similar solutions. But I improved on hole 3 to 20:
sub hole{map/^(.*?)\1+\z/s,@_}
and my solution for hole 5 was also 29 but somewhat different.
sub hole{$,=pop;$,=$,<$_?$_:$,for@_;$,}
However we can improve hole 5 to 28 taking your solution and applying my trick to it.:
sub hole{$,=pop;$_<$,or$,=$_ for@_;$,}

UPDATE
Oops. My test code put hole 3 in the wrong context. My bad.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others taking refuge in the Monastery: (5)
As of 2024-04-25 10:03 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found