Go back

Data Structures and Algorithms Practical 3 - Sorted out!

Problems given in class

  1. Selection Sort with user input array.
  2. Quick Sort with user input array.
  3. Merge Sort with user input array.
  4. Bubble sort for descending order.
  5. Insertion sort for descending order.