On 9 Feb, 01:00, t3chn0n3rd <[EMAIL PROTECTED]> 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 :-) -- http://mail.python.org/mailman/listinfo/python-list