Features of a Problem

12345678910111213
Across
  1. 3. n
  2. 4. Computational thinking method (removing unnecessary information)
  3. 5. Computational thinking method (making models)
  4. 7. Computational thinking method (listing all possible solutions)
  5. 8. Heuristic approach may have this characteristic
  6. 10. The problem can't be solved or is not efficient to be solved with an algorithm
  7. 11. a problem-solving technique that uses shortcuts to find approximate solutions quickly
  8. 12. Rule of [blank] a best guess (heuristic approach)
  9. 13. n small 2
Down
  1. 1. It is an intractable algorithm
  2. 2. Computational thinking method (breaking a problem down to its smallest function)
  3. 4. An heuristic approach may sacrifice this
  4. 6. log n
  5. 9. The problem can be solved with an algorithm