in reply to A more efficient sort or heap algorithm...
Why are you using a hand-coded bubble sort (which is a very poor algorithm at best) instead of Perl's built-in sort?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: A more efficient sort or heap algorithm...
by bioinformatics (Friar) on Apr 28, 2009 at 22:35 UTC | |
by przemo (Scribe) on Apr 28, 2009 at 22:51 UTC |