Data Structures
Across
- 1. Data structure used in Huffman coding
- 4. Complete binary tree used for priority queues
- 5. Graph with edges but no weights
- 6. Structure that stores elements in key-value pairs
- 9. Tree where difference between subtrees is at most one
- 10. Matrix with mostly zero entries
- 12. Sorting technique that divides the array around a pivot
- 15. Process of visiting each vertex in a graph
- 16. Type of binary tree with only left or only right children
- 17. Data structure used in union-find problems
- 19. In hashing the problem of multiple keys mapping to same slot
Down
- 2. Process of rearranging a heap after insertion or deletion
- 3. Algorithm for all-pairs shortest path
- 7. Collision resolution in hashing using linked chains
- 8. Two-dimensional array is also called a ______
- 11. Tree with left and right children
- 13. Binary search requires which type of array
- 14. Sorting method that repeatedly finds the minimum element
- 18. A tree with no nodes
- 20. Structure used in parentheses balancing problem