Design and Analytics of Algorithms

12345678910111213141516
Across
  1. 1. it is used to search deeper into the graph
  2. 3. it is a straight forward sorting method
  3. 8. process used to visit all the vertices and edges in a graph
  4. 10. method used to find the pattern
  5. 11. which case is regardless of the order of input list
  6. 13. simple search method used to find particular element
  7. 15. advantage of exhaustive search
Down
  1. 2. The approach used to solve combinatorial problems
  2. 4. memory stored in secondary storage
  3. 5. measures the total memory space required
  4. 6. step by step procedure to solve a problem
  5. 7. is a way to express the long term growth of a function
  6. 9. application of brute force method
  7. 12. last method to improve the efficiency of sequential sear
  8. 14. it is an upper bound on function (notations)
  9. 16. disadvantage of exhaustive search