Closed
Description
Description of the problem
Currently we use fixed size arrays in ArrayStack
which is nothing but wastage of memory. To reduce that problem, DynamicOneDimensionalArray
should be used inside the methods of ArrayStack
.
The way of using is left to the one who will fix the issue.