DSA CROSSWORD
Across
- 2. Left, Right, Root.
- 4. Root, Left, Right.
- 8. Sorted data structure for fast search.
- 9. Removes from front, adds at rear.
- 10. MST algorithm using smallest edges.
- 14. Left, Root, Right.
Down
- 1. Allows insert/delete at both ends.
- 3. Search method for ordered tree data
- 4. MST algorithm starting from one vertex.
- 5. Finds shortest path in weighted graph.
- 6. Builds sorted list one element at a time.
- 7. Indicates end of a linked list.
- 11. Used for function calls and recursion.
- 12. Removes top element of a stack.
- 13. Represents networks or connections.