[TODO:]
Iteration order for hash tables by augmenting the structure
- iterating over items in the order in which they were inserted
- iterating over the items based on most-recently-used
[TODO:]
Cover different types of Hash Tables:
- Static hash tables
- Extendable hash tables
- Linear hash tables