Across
- 4. Reducing the number of bits a file needs in secondary storage
- 5. The name of the data structure sometimes referred to as FIFO
- 6. The process of visiting each node in a tree or graph
- 9. Another word for the NOT logic gate
- 13. Used to connect nodes in a Tree or Graph
- 14. The name of the operation to remove an item from a stack
- 15. An adjective to describe a data structure that can change size after it has been created
- 16. An adjective for a data structure that can only store data of one type
- 17. A node that has no children
- 19. An adjective to describe a graph that has values associated with it's edges.
Down
- 1. Another word for the AND logic gate
- 2. The first node of a linked list
- 3. The law: not (A or B) == (not A) and (not B)
- 7. The node at the top of a tree
- 8. Used to enhance the security of sending a file or message
- 10. A circuit that has the purpose of storing the state of one bit
- 11. An adjective to describe a graph that uses arrows for edges.
- 12. When you encrypt data but cannot decrypt it to get the original data back
- 15. Another word for the OR logic gate
- 18. An adjective for a data structure that cannot be changed in any way after creation (e.g. Tuple)
