What is the application of stack data structure ?
- parsing context-free languages
- evaluating arithmetic expressions
- function call management
- traversing trees and graphs (such as depth first traversals)
- recursion removal
What is the application of stack data structure ?