CIS 22 - Data Structures: Source Listings for Stacks
Source Code for Stacks
- Using arrays
- Using arrays - with exception handling
- Linked implementation
- Using Nodes
- Using Lists
- Test drivers (for linked implementation: include file may be
stack 1.h or stack2.h)
- More Stacks
- In C with unions
- In C++ with templates
Back to CIS 22 home page