Data Structures and Algorithms Practical 3 - Sorted out!
Problems given in class
- Selection Sort with user input array.
- Quick Sort with user input array.
- Merge Sort with user input array.
- Bubble sort for descending order.
- Insertion sort for descending order.