Thread: quicksort

  1. #1
    Unregistered
    Guest

    Unhappy quicksort

    i am unable to apply quicksort in my code using function.please help me in the understanding and implementation of the sorting algo of quicksort.

  2. #2
    Still A Registered User DISGUISED's Avatar
    Join Date
    Aug 2001
    Posts
    499
    In the future you should post some code so people can understand the problem your having a little bit better.

    Take a look at this page. This should help you.
    http://www.eca.com.ve/cs/it_page/Sor...quick_sort.htm

  3. #3
    Unregistered
    Guest

    Wink thanks

    thank you for the "DISGIUSED" help!

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Scalability problems with Quicksort
    By hbejkosa in forum C++ Programming
    Replies: 3
    Last Post: 12-26-2008, 11:26 PM
  2. Problems with Quicksort and Pointers
    By algatt in forum C Programming
    Replies: 3
    Last Post: 10-10-2007, 04:24 AM
  3. Using quicksort and radix sort for an anagram program
    By RazielX in forum C Programming
    Replies: 2
    Last Post: 05-03-2004, 09:33 AM
  4. quicksort problem
    By spinner in forum C Programming
    Replies: 9
    Last Post: 05-04-2003, 02:02 PM
  5. Quicksort
    By Nutshell in forum C Programming
    Replies: 1
    Last Post: 01-15-2002, 09:42 AM