Stack implementation using
1.Array
2.structure
3.linked list
Application
1.Decimal to binary
2.infix to postfix
3.infix to prefix
same applies to the queue,queue can be implemented using
1.Array
2.structure
3.linked list