####When to use collection container?
- Consider complexity of operations (insert , search, etc..)
- Use cases (order matter, FIFO, etc...)
- Memory footprint
###Array ####Definition:
- Stores data elements based on an sequential, most commonly 0 based, index.