AlgoCross

1234567891011121314151617181920
Across
  1. 4. Which search algorithm works only on sorted arrays
  2. 6. Which memory speeds up CPU access by storing frequently used data
  3. 7. Which structure represents networks of connected nodes
  4. 9. Which structure is used to evaluate postfix expressions
  5. 11. Which architecture component transfers data between CPU and memory
  6. 13. Which self‑balancing binary search tree maintains height balance
  7. 14. Which keyword in Java declares exceptions a method may generate
  8. 15. Which keyword in Java is used for inheritance
  9. 16. Which C feature allows defining code snippets that expand during preprocessing
  10. 20. Which Java construct defines a contract of methods without implementation
Down
  1. 1. Which structure stores elements in contiguous memory locations
  2. 2. Which C construct stores the address of another variable
  3. 3. Which structure is used to implement priority queues
  4. 5. Which fastest storage unit holds operands for CPU operations
  5. 8. Which sorting algorithm repeatedly swaps adjacent elements until sorted
  6. 10. Which keyword in Java defines a blueprint for objects
  7. 12. Which keyword in C preserves variable value across function calls
  8. 17. Which technique allows a function to call itself
  9. 18. Which keyword in C tells the compiler a variable may change unexpectedly
  10. 19. Which structure is used in round‑robin scheduling