Exam Study Outline 1 Write some methods for the ArrayBag and ArraySet classes [12 marks] See project main for ArrayBag, we did IntArraySet on assignment 3 2 Write some methods for the Node class (generic version of the IntNodeClass) [9 marks] See project main for Node 3 Write some methods for the LinkedBag class (it uses the Node class) [8 marks] See project main, we dod IntLinkedBag on Assignment 4 4 Write a class that implements the Iterator interface [5 marks] We did an example in SimpleLinkedList class on Assignment 4 5 Write some recursive methods that use the List class (list game) [12 marks] See project list-game and Assignment 5 6 Write some methods for the DynamicArrayStack class [10 marks] See stacks-queues project. 7 Write some methods for the LinkedQueue class [10 marks] See stacks-queues project. 8 Write some methods for the LinkedDeque class that uses the DLNode class [4 marks] See stacks-queues project.