Types of Algorithm

123456789
Across
  1. 3. simplest approach for a problem
  2. 7. breaks a problem into sub-problems, solves a single sub-problem
  3. 8. contain an index with a key ID
  4. 9. searching elements or groups of elements
Down
  1. 1. use a random number
  2. 2. sort groups of data
  3. 4. immediate benefit of the next part
  4. 5. same function again and again
  5. 6. Whenever a solution fails we trace back to the failure point
  6. 7. avoid repetitive calculation