Data Structures & Algorithms Lecture Notes

9 February 2010 • Stacks


“No” in a technical sense. However, practical stack ADTs often provide access to or traversal over values stored in a stack. Java, for example, lets you treat a stack as if it were a vector, complete with indexing operations.


This page last modified on 24 January 2006.