Commit Graph

4 Commits

Author SHA1 Message Date
cosmeoes
cc5c1fe62e Added a few edge cases in the stack class
Added an if statement to:
>The push method to make sure the stack wasn't full.
>The pop method to make sure the stack wasn't empty.
> The peek method to make sure the stack wasn't empty.
2017-06-20 23:13:22 -06:00
zacharyjones123
9411d5be56 In this commit I have:
Added JavaDoc to every package except for "heaps"
2017-04-18 07:57:17 -07:00
Yash Bhansali
23a099d232 Stack List Implementation 2017-03-10 00:41:42 +05:30
Rian Gallagher
33e74a0e70 Added array implementation of a stack 2016-11-21 12:38:53 +00:00