AlgoCross

12345678910111213141516171819
Across
  1. 4. Which algorithm detects cycles in a linked list
  2. 8. Which data structure is used in breadth‑first search
  3. 10. In Java, which interface provides sequential element traversal
  4. 11. Which architecture emphasizes simple instructions per cycle
  5. 12. Which algorithm finds the minimum spanning tree
  6. 13. Which register stores the address of the next instruction
  7. 15. Which algorithm is used for topological sorting
  8. 16. In Java, which keyword prevents inheritance of a class
  9. 18. Which cache mapping technique allows a block to go into any line
Down
  1. 1. Which scheduling algorithm may cause starvation due to continuous arrival of shorter jobs
  2. 2. Which traversal of a BST gives sorted order
  3. 3. Which hazard occurs when instructions depend on unavailable data
  4. 5. Which algorithm is used for shortest path in weighted graphs with non‑negative edges
  5. 6. In Java, which keyword is used to call a parent class constructor
  6. 7. Which technique allows overlapping instruction execution
  7. 9. In Java, which collection guarantees insertion order
  8. 13. Which memory management technique divides memory into fixed block
  9. 14. Which memory is faster than RAM
  10. 17. Which algorithm is used to find strongly connected components in a graph
  11. 19. Which hardware unit reduces page table lookup time