Beefy Boxes and Bandwidth Generously Provided by pair Networks
Don't ask to ask, just ask
 
PerlMonks  

Re: (Golf) Kaprekar's Process

by ZZamboni (Curate)
on Jun 16, 2001 at 23:08 UTC ( [id://89083]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    sub a {
    $_=shift;do{$_=join'',sort/./g;$i++}while($_=(reverse)-$_)!=495;$i
    #23456789012345678901234567890123456789012345678901234567890123456
    }
    
  2. or download this
    sub a {
    $_=shift;do{$_=join'',sort/./g;$_=(reverse)-$_;$i++}until/495/;$i
    #2345678901234567890123456789012345678901234567890123456789012345
    }
    
  3. or download this
    sub a {
    $_=pop;do{$_=join'',sort/./g;$_=(reverse)-$_;$i++}until/495/;$i
    #23456789012345678901234567890123456789012345678901234567890123
    }
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://89083]
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-03-28 22:37 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found