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.