Which data structure is used to undo fuction in computer?
Answers
Answered by
3
✨Stack data structure is most suitable to implement redo-undo feature. This is because the stack is implemented with LIFO(last in first out) order which is equivalent to redo-undo feature i.e. the last re-do is undo first.✨
✨hope it helps☺☺✨
✨hope it helps☺☺✨
Answered by
0
swers and receive 10 points!
Brainly.in
What is your question?
Secondary SchoolComputer science 13+7 pts
Which data structure is used to undo fuction in computer?
Ask for details FollowReport by Ssusur4156 8 hours ago
Answers
Shaikhmohammedsameer · Helping Hand
Know the answer? Add it here!
Amish456
Amish456 Ace
✨Stack data structure is most suitable to implement redo-undo feature. This is because the stack is implemented with LIFO(last in first out) order which is equivalent to redo-undo feature i.e. the last re-do is undo first.✨
✨hope it helps☺☺✨
Similar questions