Across
- 2. element inserted first will also be removed first
- 6. removal of an element from queue
- 8. group of data elements grouped together under one name
- 10. also known as Reverse Polish Notation
- 11. datastructures that can store an indefinite amount of item
- 12. removes an item from the stack
- 15. process of calling a function by itself
- 16. used to store keys or value pairs
Down
- 1. returns top element of stack
- 3. add an element into queue
- 4. collection of nodes
- 5. described as "array of arrays"
- 7. is a linear data structure
- 9. node at the top of tree
- 13. adds an item in the stack
- 14. non-linear data structures consisting nodes and edges
