Skip to content

Opening book details…

About this document

Stack ADT Implementation in C++ by Cici Anggraini Sinaga is a document available to read on EtoBox.

The document discusses stacks and their implementation using arrays. It begins by defining an abstract data type (ADT) and describing the stack ADT, which follows a last-in, first-out scheme. It then discusses implementing a stack using a growable array and the performance of incremental versus doubling the array size. The document also provides examples of stack applications and algorithms to compute spans using both quadratic and linear time by using a stack as an auxiliary data structure. It concludes by

Author
Cici Anggraini Sinaga
Language
EN