Milton

1234567891011121314151617181920
Across
  1. 4. Similar to 'select' in SQL(Relational Algebra)
  2. 5. Algorithm used for pattern matching
  3. 7. Used in DFS Traversal
  4. 9. ______ theorem used to find time complexity of a given recurrence function
  5. 12. Type of search tree used to store associative data structure
  6. 14. Type of memory which can be erased using UV rays
  7. 16. Function used to copy the given data and increase the size dynamically
  8. 17. Collection of trees
  9. 19. Another name for _____ polymorphism is method overriding
  10. 20. Takes the highest memory of its data member and allocates it to all members combined(in C)
Down
  1. 1. A pointer which is used temporarily but cannot be dereferenced
  2. 2. _____ classes are used for autoboxing and unboxing
  3. 3. Function used in functional programming
  4. 6. _____ algorithm used to find minimum spanning tree
  5. 8. Function used to convert String number to Int number
  6. 10. Keyword used in multi-threading
  7. 11. Type of operation in Stream API in which the stream dies
  8. 13. _____ tree is a self-balancing BST
  9. 15. One of the pillars of OOP(starts with 'a')
  10. 18. Keyword used to not serialize a specific data when file is being serialized