This repository contains implementation of Stack using 2 techniques.
- Implementation of Stack using Array -- StackArray.java
- Implementation of Stack using Linked List -- StackLinkedList.java
To know more about Stack visit the following link: http://en.wikipedia.org/wiki/Stack_(abstract_data_type)