Data Structure

12345678910
Across
  1. 1. , A node that does not have any child node is called_____.
  2. 6. , A graph in which all vertices have equal degree is known as.
  3. 8. , table and matrix array also called as _____dimensional array
  4. 9. , A function or method who has the ability of calling itself to solve the problem
  5. 10. , which type of search can be applied only in sorted array.
Down
  1. 2. , which type of notation can be used to measure the complexity of algorithm.
  2. 3. , An important factor to find the complexity of the algorithm.
  3. 4. , reverse polish notation also known as.
  4. 5. , I am also known as deck.
  5. 7. , I am also known as polish notation.