Sorting of Arrays:-
The process of arranging the arrays in some order is called sorting of arrays. There are two types of orders first one is ascending order and the second one is descending order.
In normal routine, two types of sorting techniques are used in C++.
1. Selection sort.
2. Bubble sort.
3. QuickSort.
4. Merge Sort.
5. Insertion Sort.
0 comments:
Post a Comment