Solved

In an Insertion Sort,what Order Are the Elements in an Array

Question 42

Multiple Choice

In an insertion sort,what order are the elements in an array placed using the following Boolean expression?
// variable p is used to scan the array
While p > 0 AND array[p-1] > array[p]


A) Ascending
B) Descending
C) Numeric
D) Alphabetic
E) None of the above

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions