ABOUT THE PROJECT
This project was to create a program in Java that could visually demonstrate how a stack and queue data structure functioned. This would be used to help other students understand the concept, by allowing them to enter in various commands.
FEATURES
- User has ability to switch to either stack or queue mode
- Can enter in any command that either a queue or stack accepts
- Error correction, in the case you enter an invalid command
- User can create multiple structures, that can hold various items and display them
- Color coded by data structure type
- Contains a console to show all input and system messages
MADE FOR
Rutgers University