Jump to content

Sorting Algorithms

A selection of sorting methods and demos

Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

Sorting Algorithms A selection of sorting methods and demos Rate Topic: -----

#1 User is offline   Karl Buckland 

  • A.K.A. Sirkent
  • Group: Administrators
  • Posts: 2,145
  • Joined: 04-April 06
  • Gender:Male
  • Location:Kent, UK

Posted 07 September 2006 - 08:16 AM

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.
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
0

#2 User is offline   benbacardi 

  • Administrator
  • Group: Administrators
  • Posts: 1,140
  • Joined: 06-April 06
  • Gender:Male
  • Location:United Kingdom

Posted 07 September 2006 - 08:19 AM

Yea we were shown that in Further Maths...
0

#3 User is offline   EncoderDecoder 

  • W.R. Sergeant
  • Group: Members
  • Posts: 260
  • Joined: 01-March 11
  • Gender:Female
  • Location:Philippines

Posted 11 July 2011 - 07:53 AM

thanks for the links.. this will really help me as I am now currently starting my thesis..
0

Share this topic:


Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users