Skip to content

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)

ksooklal/Stack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages