sort functions in python
Paddy
paddy3118 at googlemail.com
Sat Feb 9 01:13:05 EST 2008
On 9 Feb, 01:00, t3chn0n3rd <darrin_al... at japan.com> wrote:
> Do you think it is relatively easy to write sort algorithms such as
> the common Bubble sort in Python as compared to other high level
> programming langauges
Hi,
>From a quick google, you could compare the sources here:
http://www.daniweb.com/code/snippet452.html
with those from here:
http://cg.scs.carleton.ca/~morin/misc/sortalg/
(It seems that sort routines are a favourite for showing off Java
applet capability).
- Paddy.
P.S. I also found this absolute gem: The intelligent design sort,
"works outside of time .."
http://www.dangermouse.net/esoteric/intelligentdesignsort.html
:-)
More information about the Python-list
mailing list