SILLY THINGS
1.Stable sorting algorithms – Merge Sort, Insertion Sort, Bubble Sort Not stable - Quick Sort, Heap Sort All of the sorting algorithms can be made stable by tweaking a little into the comparison schema of the algorithm, taking position a criteria.
2.Every comparison based sorting algorithm has to make – O(nlogn) comparisons Based on the decision tree argument - let x be the height of tree - 2^x leaves