Beefy Boxes and Bandwidth Generously Provided by pair Networks
Come for the quick hacks, stay for the epiphanies.
 
PerlMonks  

Re: [golf] Kaprekar Numbers

by Roy Johnson (Monsignor)
on Jul 05, 2005 at 19:47 UTC ( [id://472580]=note: print w/replies, xml ) Need Help??


in reply to [golf] Kaprekar Numbers

41:
$_=$_[0]**2;$==y///c/2;/.{$=}/;$&+$'==pop

Caution: Contents may have been coded under pressure.

Replies are listed 'Best First'.
Re^2: [golf] Kaprekar Numbers
by truedfx (Monk) on Jul 07, 2005 at 20:36 UTC
    Based on your idea, I got it to 38:
    # 34567890123456789012345678901234567890 $_=$_[0]**2;pos=y///c/2;//g;$`+$'==pop
    (Edit: and using thospel's "@_" instead of $_[0] makes it 37. I wonder how I managed to miss that...)
      Like this it's 34:
      (pos=$_="@_"**2)/=2;//g;$`+$'==pop

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others rifling through the Monastery: (6)
As of 2024-04-18 22:03 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found