shikhar394 / 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.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

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.


Languages

Language:Python 100.0%