Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 244 Bytes

File metadata and controls

6 lines (4 loc) · 244 Bytes

Stack TODOs

  • pop the top element of the stack at a time
  • throws NoSuchElementException if stack is empty when pop element from stack
  • throws StackOverflowException if stack is has no remaining when pushing element into stack