Gg

123456789101112131415
Across
  1. 4. Sorting algorithm with O(n log n) time complexity using divide and conquer
  2. 6. SQL command to create a new table
  3. 8. SQL constraint ensuring all values in a column are different
  4. 9. Clause used to group rows with the same values
  5. 10. Searching algorithm that divides array into halves
  6. 12. Shortest path algorithm used in graphs without negative weights
  7. 15. SQL function that returns the total number of records
Down
  1. 1. Clause used to filter records in a query
  2. 2. SQL command that removes all records from a table but not the table itself
  3. 3. SQL keyword used to sort the result set
  4. 5. SQL keyword used to change data in a table
  5. 7. Dynamic programming problem involving weights and values
  6. 11. Algorithm to find the minimum spanning tree
  7. 12. Strategy that breaks a problem into subproblems and combines their solutions
  8. 13. SQL keyword that combines rows from two or more tables
  9. 14. Used to retrieve data from a database