/StackADT

Implementation of a stack ADT using Array Stack and Array Deque to allow amortized constant time regular push, regular pop and pushing in the middle of the stack.

Primary LanguagePython

StackADT

Implementation of a stack ADT using Array Stack and Array Deque to allow amortized constant time regular push, regular pop and pushing in the middle of the stack.