Computer Science for IGCSE & O level - Algorithm Design And Problem Solving (Section 5 - No. 25)
What type of data structure is best suited for implementing a 'undo' functionality?
Queue
Stack
Array
Linked list
Explanation
A stack would store the series of steps and reverse them one by one.
Comments (0)
