Across
- 5. Another name for a record
- 6. A graph that depicts a specific direction between nodes (vertices)
- 8. The data structure cannot change at run time
- 11. A tree that has a maximum of two outcomes
- 13. A LIFO data structure
Down
- 1. The data structure can change at run time
- 2. When the algorithm generates the same hash value
- 3. A graph that does not have a specific direction between the nodes (vertices)
- 4. A FIFO data structure
- 7. A list that involves the use of pointers so they do not need to be stored in order
- 9. a data structure that can be 1d 2d 3d etc
- 10. A mutable data structure in Python
- 12. A one way function
