Computer Applications
Name some commonly used sorting techniques.
Java Arrays
3 Likes
Answer
Some commonly used sorting techniques are:
- Selection sort
- Bubble sort
- Shell sort
- Shuttle sort
- Quick sort
- Heap sort
Answered By
1 Like
Related Questions
The performance of linear search remains unaffected if an unordered array is sorted in ascending order. True or False ?
For inserting of an element in a sorted array, the elements are always shifted to make room for the new entrant. True or False ?
Show the contents of the array after the second iteration of Selection Sort.
Show the contents of the array after the second iteration of Bubble Sort.