Thread: Analyze that whether the following sorting algorithm perform better if..

  1. #1
    Registered User
    Join Date
    Sep 2013
    Posts
    1

    Analyze that whether the following sorting algorithm perform better if..

    Analyze that whether the following sorting algorithm perform better if they
    run on “n” number of processors.
    1.Bubble Sort
    2.Insertion Sort
    3.Selection Sort
    4.Shell Sort
    5.Quick Sort
    6.Merge Sort
    7.Radix sort

    And if not then why? What's the reason?

  2. #2
    and the hat of int overfl Salem's Avatar
    Join Date
    Aug 2001
    Location
    The edge of the known universe
    Posts
    39,661
    5 seconds with google, and you could just copy/paste your answer.
    Sorting algorithm - Wikipedia, the free encyclopedia

    Next time, put some effort in (signing up and copy/pasting your question doesn't count).
    If you dance barefoot on the broken glass of undefined behaviour, you've got to expect the occasional cut.
    If at first you don't succeed, try writing your phone number on the exam paper.

  3. #3
    Algorithm Dissector iMalc's Avatar
    Join Date
    Dec 2005
    Location
    New Zealand
    Posts
    6,318
    When the post reads like a command for me to do something, because the poster is too lazy to even write any introductory sentence or even a single word of their own, they get nothing from me.

    If I wanted to just see bunch of problem descriptions then I'd browse Project Euler rather than coming here!
    My homepage
    Advice: Take only as directed - If symptoms persist, please see your debugger

    Linus Torvalds: "But it clearly is the only right way. The fact that everybody else does it some other way only means that they are wrong"

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Counting Sorting Algorithm
    By neilman01 in forum C Programming
    Replies: 4
    Last Post: 10-08-2012, 01:00 AM
  2. Replies: 0
    Last Post: 07-08-2012, 01:18 PM
  3. Sorting Algorithm Help
    By cjwenigma in forum C++ Programming
    Replies: 8
    Last Post: 11-02-2007, 02:04 PM
  4. sorting algorithm
    By RazielX in forum C Programming
    Replies: 4
    Last Post: 05-04-2004, 06:20 PM
  5. 'Sorting' algorithm
    By Dual-Catfish in forum C++ Programming
    Replies: 3
    Last Post: 11-03-2001, 02:09 AM