I do understand how Stack() and Stack works, but I really can\'t see any scenarios where an array, List or IEnumer
Stack()
Stack
List
IEnumer
stacks are useful when converting an expression from infix notation to prefix notation. For example:
a + b to (+ a b)
a + b
(+ a b)