I've stumbled across a fairly cool website which features a collection of common sorting algorithms and has visual demos of how they sort. It also orders them from slower to faster methods. The site also includes code examples. These are written in Java, but obviously the algorithms could be programmed using any language you like.
http://www.cs.ubc.ca...rting-demo.html
It's very cool being able to see visually how these methods work. The Radix Sort Algorithm, which is clearly the fastest, is capable of doing two passes on the data and then sorting it in a single go. It appears to do this by generating a 'Radix' for each piece of data that needs to be sorted, which in this case represents the length of the information.
Sorting Algorithms
A selection of sorting methods and demos
Page 1 of 1
Sorting Algorithms A selection of sorting methods and demos
#1
Posted 07 September 2006 - 08:16 AM
QUOTE(benbramz @ Aug 17 2007, 07:44 AM) Ive noticed that quite a few people are now adding quotes from the board into their signature. I think its started an new web-radiance craze.. :P
#2
Posted 07 September 2006 - 08:19 AM
Yea we were shown that in Further Maths...
#3
Posted 11 July 2011 - 07:53 AM
thanks for the links.. this will really help me as I am now currently starting my thesis..
Share this topic:
Page 1 of 1


Help

MultiQuote









