JMCanning78 / DemoRepo

0 stars 0 forks source link

Migrate realStack.py into Stack.py using VisualizationApp #24

Open JMCanning78 opened 4 years ago

JMCanning78 commented 4 years ago

Make a Stack.py module that subclasses VisualizationApp and implements the Push and Pop operations in the realStack.py visualization. Make the cell size and font smaller so it's easy to show a stack of 8 items with the default canvas size. Add a pointer for the "top" of the stack.

JMCanning78 commented 4 years ago

This issue depends on issue: #22.