I was trying to Compare the 5 Sorting Algorithms using 4 test cases.
Sorting Algorithms
- Selection Sort
- Insertion Sort
- Bubble Sort
- Quick Sort
- Merge Sort
Test cases
- Random Data (completed)
- Reverse Sorted Data (completed)
- Almost Sorted Data (can't generate Data)
- Highly Repetitive Data (can't generate Data)
At first I chose C++ which went to disaster and i finally end up using Octave.
I successfully tested for Random and Reverse Sorted Data .
But in other 2 Couldn't even generate data.....
the what i have done so far have been attached with the post....
i have rename *.m file to *.txt in attachment