Solved

The Following Represents the ____ Sort Algorithm

Question 4

Multiple Choice

The following represents the ____ sort algorithm.
Set the initial value of gap to n / 2.
While gap > 0
For each array element from position gap to the last element
Insert this element where it belongs in its subarray.
If gap is 2, set it to 1.
Else gap = gap/2.2.


A) Shell
B) Heap
C) Insertion
D) Quick

Correct Answer:

verifed

Verified

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

Related Questions