Beefy Boxes and Bandwidth Generously Provided by pair Networks
Clear questions and runnable code
get the best and fastest answer
 
PerlMonks  

Re: Simple bubble sort

by lemming (Priest)
on Sep 19, 2001 at 09:36 UTC ( [id://113266]=note: print w/replies, xml ) Need Help??


in reply to Simple bubble sort

Quick question:
Why? Perl has a builtin based on qsort.

You do note it's inefficient. The builtin finishes the sort of 1,000,000 elements on a P3-650 in 10 seconds.

Replies are listed 'Best First'.
Re: Re: Simple bubble sort
by IndyZ (Friar) on Sep 19, 2001 at 23:50 UTC
    Mostly I did it because I was bored, and I had never actually coded it before, even though I knew the theory.

    --
    IndyZ

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others learning in the Monastery: (7)
As of 2024-04-23 10:07 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found