Lesson 4 - Generate & Test Flashcards

1
Q

What is Generate & Test?

A

It’s an abstract problem solving method that includes:

  • A generator that will take the initial state and generate all the potential options.
  • A tester that will look at all the potential options and remove some of them.
  • A smart tester is an improved iteration on a tester and can account for prior state.
  • A smart generator doesn’t generate options that have already appeared.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly