FAI UNIT 4

1234567891011121314151617
Across
  1. 2. = Process of finding an answer
  2. 7. = Returning to previous state to retry
  3. 10. = Finding the best solution
  4. 11. = Process of exploring solutions
  5. 12. = Search without extra knowledge
  6. 14. = Current condition in search space
  7. 15. = Rule of thumb for search
  8. 17. = Movement from one state to another
Down
  1. 1. = Defining the problem properly
  2. 3. = Checking quality of solution
  3. 4. = Next possible states
  4. 5. = A situation requiring a solution
  5. 6. = Step-by-step solving method
  6. 8. = Rules limiting possible solutions
  7. 9. = Desired final state
  8. 13. = Representation of a state in tree
  9. 16. = Collection of all possible states