Solved

When Moving Array Values for Insertion Sort, to Move List[4]

Question 12

Multiple Choice

When moving array values for insertion sort, to move list[4] into list[2], first ____.


A) move list[2] to list[3]
B) delete list[2]
C) move list[4] to list[3]
D) copy list[4] into temp

Correct Answer:

verifed

Verified

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

Related Questions