What is Sorting ?
Sorting is the process of arranging the elements of an array so that they can be placed either in ascending or
descending order.
Types of Sorting
- Bubble Sort
- Selection Sort
- Insertion Sort
- Merge Sort
- Quick Sort
Which Sorting you want to study ?