Implementation of the following interface:
- add
- get
- remove
Implementation of the following interface:
- push(item)
- pop
- peek: item
- length
Implementation of the following interface:
- enqueue(item)
- dequeue
- peek: item
Implementation of the following interface:
- put
- delete
Implementation of the following interface:
- insert(item)