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