how many methods of sorting
Answers
Answered by
1
Answer:
Two
There are two broad types of sortingalgorithms: integer sorts and comparison sorts. Comparison sorts compare elements at each step of the algorithm to determine if one element should be to the left or right of another element.
Answered by
2
Explanation:
two types
There are two broad types of sorting algorithms: integer sorts and comparison sorts. Comparison sorts compare elements at each step of the algorithm to determine if one element should be to the left or right of another element.
Similar questions