Array Implementation of Stack
Learn how to implement ArrayStack using an array.
ArrayStack
overview
The List
and Queue
interfaces can be implemented so that the underlying data is stored in an array, called the backing array. The following table summarizes the running times of operations for these data structures:
Create a free account to access the full course.
By signing up, you agree to Educative's Terms of Service and Privacy Policy