Design and Analysis of Algorithm

1234567891011
Across
  1. 2. collection of tress?
  2. 3. data structure used in FIFO branch and bound technique?
  3. 7. algorithm to find single source shortest path problem with negative edge weights.
  4. 8. technique for arranging elements in an order
  5. 9. data structure is used to perform recursion
  6. 11. Searching method start at beginning of the list and check one by one element
Down
  1. 1. collection of related, similar or dissimilar elements
  2. 4. pop() operation is called on an empty queue, what is the condition called?
  3. 5. all pair shortest path problem
  4. 6. algorithm to find transitive closure matrix
  5. 10. Data structure represented as essential complete binary tree?