Hi, Im just wondering what is the difference between comparison based sort with other sorting algorithms like bubble sort, merge sort and selection sort. Or can you give me an example of comparison based sort? An array with 3 elements.
Hi! Thank you for your reply. So if i want to create a program using array to compare elements to place them in their order i can use Bubble sor, Merge sort and selection sort?