Data Structures

123456789101112131415
Across
  1. 2. One of the Non Linear Data Structures
  2. 3. A Search Technique with logarithmic complexity
  3. 6. One of the Linear Data Structures
  4. 8. A Dynamic Data Structure
  5. 11. One of the application of stack
  6. 14. Complexity of Merge Sort
  7. 15. One type of tree traversal technique
Down
  1. 1. One type of queue
  2. 3. Traversal of graph that uses a queue
  3. 4. Best Sorting Technique
  4. 5. Technique of searching with near to constant complexity
  5. 7. Behavior in the operations of the Queue
  6. 9. One type of LinkedList
  7. 10. Worst Sorting Technique
  8. 12. An Empty linked list start pointer points to
  9. 13. Traversal of graph that uses a stack