Site Links
Question #1
The key field is the field by which the data is sorted.
Question #2
The divide and conquer approach to sorting is characterized by loops which pass through the list one element at a time.
Question #3
The number of elements in the list to be sorted is known as the key size.
Question #4
The selection sort is one of the easiest sorts to implement.
Question #5
An insertion sort uses a divide and conquer approach.