The package 'ss' is where it all happens. This is where you implement the solution.
Classes to Code:
Bag.java
Deque.java
Queue.java
Stack.java
SpecializedStructure.java (optional)
NOTE WELL -- these classes should all have a generic parameter for the type of element they contain. Also, when using other types, and the given type (e.g., DynamicList, StackIdea, etc) has a generic type, declarations should include proper generics.