Data structure

12345678910111213141516
Across
  1. 2. informal language that help programmers develop algorithms
  2. 4. binary tree which is filled level by level.
  3. 6. Sorting technique with comparison by gap
  4. 8. static data structure
  5. 9. Technique of function calling itself
  6. 10. allocates memory as per requirement.
  7. 12. 2 Dimensional array
  8. 16. let S1 and S2 be two strings. Then __________ of S1 and S2 is denoted by S1//S2
Down
  1. 1. A in ADT stands for ______
  2. 3. A pointer of any type that is assigned the constant NULL.
  3. 5. lower bound asymptotic notation
  4. 6. Strategy to solve 4 queens problem
  5. 7. matrix with more number of zero elements
  6. 11. sequence of zero or more characters
  7. 13. has data member and data functions
  8. 14. Unused memory allocated to the program and available to be assigned during its execution.
  9. 15. unordered collection of key-value pairs