Across
- 2. ______is in order traversal sequence
- 4. A Stack, in other words, is called a ________ list.
- 6. Inserting an item into the stack when a stack is not full is called ………….
- 7. is very useful in a situation when data have to stored and then retrieved in reverse order.
- 8. In ____________algorithm, a sorted array of edges is required in order to construct a minimal spanning tree.
- 13. ___________is a logical method of representing data in memory
- 15. Children of the same parent are called _________
- 16. Function _____ is used to reclaim dynamically allocated memory.
- 18. In ___________traversal, the root node is visited last.
- 20. A ________operator used to access structure members using pointer
- 21. __________Data structure used to represent hierarchical relationship between elements.
Down
- 1. ______is post order traversal sequence
- 2. A tree node that has no children is called _____ node.
- 3. a pile in which items are added at one end and removed from the other.
- 4. In _______ search start at the beginning of the list and check every element in the list.
- 5. Stack is ______ memory
- 9. _______is the process of visiting every node in a tree atleast once.
- 10. _____is Two dimensional arrays.
- 11. _______data structure used in breadth-first search of a graph.
- 12. the process Function calling itself is call _____ function
- 14. _____ is dyanamic memory
- 17. _____data structure use to store the homogeneous data elements
- 19. The first node of a tree is the _____ node.
