Solved

In the ADT List,when an Item Is Deleted from Position

Question 42

Multiple Choice

In the ADT list,when an item is deleted from position i of the list,______.


A) the position of all items is decreased by 1
B) the position of each item that was at a position smaller than i is decreased by 1
C) the position of each item that was at a position greater than i is decreased by 1
D) the position of each item that was at a position smaller than i is increased by 1 while the position of each item that was at a position greater than i is decreased by 1

Correct Answer:

verifed

Verified

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

Related Questions