Computer Science, asked by machun7, 7 months ago

What are the two types of sorting
Explain with an example ​

Answers

Answered by Divyanshchandel
4

Answer:

Sorting algorithms

Insertion Sort - A sorting algorithm which selects one element from the array and is compared to the one side of the array. Element is inserted to the proper position while shifting others. Quick Sort - A sorting algorithm which divides the elements into two subsets and again sorts recursively.

Answered by seemarawal39
0

Answer:

The two types of sorting are :-

a) Basic sort

b) Custom sort

Explanation:

Example :- Sort A to Z , Sort Z to A are used to change order of data

Similar questions