Calculating amortized aggragate analysis of Dynamic Array Insert
Dynamic Array Operations
Get, Set, Insert, Remove
What to track for Dynamic Array
Data, Size, capacity
Bag ADT operations
What is encapsulation
What are iterators?
What are the required operations for linked lists?
As well as remove.
What is a doubly linked list?
A linked list that keeps track of the previous and next nodes
What is another name for a linked list sentinel?
headers
What are the required operations for stacks?
What are the required operations for queue?
What are the required operations for a deque?