Stacks

Home > Biology > Bioinformatics > Algorithms and Data Structures > Stacks

A data structure used to store a collection of data elements where the last element added is the first one to be removed.