Beefy Boxes and Bandwidth Generously Provided by pair Networks
There's more than one way to do things
 
PerlMonks  

Re: (Golf) Giving Change

by iakobski (Pilgrim)
on Jun 12, 2001 at 15:14 UTC ( [id://87768]=note: print w/replies, xml ) Need Help??


in reply to (Golf) Giving Change

Here's my entry at 67:
#2345678901234567890123456789012345678901234567890123456789012345678 sub c{($t,$p)=@_;for(reverse@$p){until($t<$_){push@r,$_;$t-=$_}}@r}
Based on tadman's original.

update

boo_radley just pointed out this is in fact 54. Where do I find the rules to this sport?

-- iakobski

Replies are listed 'Best First'.
Re: Re: (Golf) Giving Change
by MeowChow (Vicar) on Jun 12, 2001 at 20:22 UTC
    I'm not sure how boo_radley counted 54 - it's actually 60. You count only the characters inside the sub. You should also add three characters to reset @r (thereby making this sub usable more than once).

    Anyway, here's a solution at 54:

    sub c{($t,$p)=@_;map{$t-=($x=int$t/$_)*$_;($_)x$x}reverse@$p}
       MeowChow                                   
                   s aamecha.s a..a\u$&owag.print

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others avoiding work at the Monastery: (2)
As of 2024-04-20 06:18 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found