Thread: Shell, Heap and Quick Sort

  1. #1
    Code Warrior
    Join Date
    Nov 2001
    Posts
    669

    Question Shell, Heap and Quick Sort

    Hi!

    Can anyone please explain the procedure for these algorithms? I don't need the code, I only need the demonstration, how these algorithms work.

    Example: 2,11,1,50,23,45

    Thanks.
    Current projects:
    1) User Interface Development Kit (C++)
    2) HTML SDK (C++)
    3) Classes (C++)
    4) INI Editor (Delphi)

  2. #2
    Been here, done that.
    Join Date
    May 2003
    Posts
    1,164

    Re: Shell, Heap and Quick Sort

    Originally posted by GaPe
    Hi!

    Can anyone please explain the procedure for these algorithms? I don't need the code, I only need the demonstration, how these algorithms work.

    Example: 2,11,1,50,23,45

    Thanks.
    Check out
    http://cs.smith.edu/~thiebaut/java/sort/
    http://atschool.eduweb.co.uk/mbaker/sorts.html
    http://math.baruch.cuny.edu/~bshaw/index-8.html
    http://linux.wku.edu/~lamonml/algor/sort/
    http://www.dcc.uchile.cl/~rbaeza/handbook/sort_a.html
    http://www.cs.hope.edu/~alganim/ccaa/harrison.html
    Definition: Politics -- Latin, from
    poly meaning many and
    tics meaning blood sucking parasites
    -- Tom Smothers

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Sorting Integer Arrays
    By bunko in forum C Programming
    Replies: 7
    Last Post: 12-03-2008, 08:08 PM
  2. Quick, Partiotion, and Insertion Sort
    By silicon in forum C++ Programming
    Replies: 0
    Last Post: 05-18-2005, 08:47 PM
  3. Do you know...
    By davejigsaw in forum C++ Programming
    Replies: 1
    Last Post: 05-10-2005, 10:33 AM
  4. Sorting
    By vasanth in forum A Brief History of Cprogramming.com
    Replies: 12
    Last Post: 11-10-2003, 05:21 PM
  5. Shell Sort vs Heap Sort vs Quick Sort
    By mackol in forum C Programming
    Replies: 6
    Last Post: 11-22-2002, 08:05 PM