Data Strucutres

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