Sort « Collections Data Structure « C# / C Sharp






1.Implements the recursive merge sort algorithm to sort an arrayImplements the recursive merge sort algorithm to sort an array
2.Sorts an array of data using the insertion sort algorithmSorts an array of data using the insertion sort algorithm
3.Bubble sortBubble sort
4.A simple version of the QuicksortA simple version of the Quicksort
5.Demonstrate the Bubble sortDemonstrate the Bubble sort
6.Insert Sort
7.A simple stable sorting routine - far from being efficient, only for small collections.
8.Quick Sort