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

Smoothsort

by QuillMeantTen (Friar)
on Sep 19, 2015 at 13:45 UTC ( [id://1142518]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    use strict;
    use warnings;
    ...
    smoothsort(\@tab);
    
    print "sorted tab = @tab\n"
    
  2. or download this
    #!/usr/bin/perl
    use strict;
    use warnings;
    ...
    smoothsort(\@tab);
    
    print "sorted tab = @tab\n"
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: perlquestion [id://1142518]
Front-paged by GotToBTru
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others lurking in the Monastery: (2)
As of 2024-04-26 03:14 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found