Data Structures & Algorithms Lecture Notes

29 September 2009 • Stacks


“No” in a technical sense. However, practical stack ADTs often provide access to or traversal over elements 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.