+ Post a Comment HERE!   + Ask a Question / Post a Topic
Results 1 to 2 of 2

Difference between in marge sort and bubble sort ?

Advert.

  1. #1
    puneetchauhan
    puneetchauhan is offline Newbie

    Difference between in marge sort and bubble sort ?

    Advert.
    What is the Difference between in marge sort and bubble sort?

  2. #2
    Ricky
    Ricky is offline eTI Silver
    Bubble sort compares two adjacent element and put them in order, then later of two sorted element is again compared to adjacent one, go through whole list and process is repeated unless every element is in order while in merge sort, each element is treated as full list and then its merged with each other, creating multiple sorted list and then again those multiple list are merged after sorting until the final single sorted list is obtained.

    Best method to understand these is to see some graphical presentation and then test them in your preferred language. Just search google and you may get some good references.

+ Post a Comment HERE!

Similar Topics and Discussions

  1. Program Of Bubble Sort In C Langauge
    By jatin51 in forum Computer Programming and Designing
  2. algorithm Hand simulate Selection Sort
    By aarav in forum College & Universities related Discussion
  3. Hand simulate the selection sort algorithm for the dataset given
    By xman in forum Computer Programming and Designing
  4. Bubble Burst Eyetoygame|Interactive Webcam flash Game
    By Admin in forum Play Games Free Online on eTI
X
Have Question? Ask now free!