Data Structures and Algorithms Lecture Notes

9 February 2011 Stacks


No in a technical sense. However, practical stack implementations 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 2006 January 24.