ksooklal / Stack

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)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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)

About

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)


Languages

Language:Java 100.0%