Skip to content

Latest commit

 

History

History
3 lines (2 loc) · 195 Bytes

File metadata and controls

3 lines (2 loc) · 195 Bytes

Generic Stack Project in Java

Implementation of a simple Java generic Stack with basic functionality of push, pop, peek, isEmpty, getMin, getMax, all of which happen in constant time -- Big O(1)