You are creating an application for a priority help desk center. The most recent call must be
handled first.
Which data structure should you use?
A.
queue
B.
hashtable
C.
stack
D.
binary tree
You are creating an application for a priority help desk center. The most recent call must be
handled first.
Which data structure should you use?
You are creating an application for a priority help desk center. The most recent call must be
handled first.
Which data structure should you use?
A.
queue
B.
hashtable
C.
stack
D.
binary tree
Why isn’t the answer stack data structure (LIFO)?
agree.. it should be stack
The answer is STACK.
C: Stack = LIFO (last in, first out), most recently added items get disposed first.