Homework Assignment Number 5
- Read first 1/2 of Chapter 4 in Donaldson book
- Design a program that uses a decision tree
- Write out your decision tree and include your plan as either a
separate file or a set of comments
- Write a program that implements this decision tree. The program
can be any of the following:
- Interactive fiction or other game
- A questionnaire that is geared towards solving a particular
kind of problem (e.g., choosing a car)
- An expert system for solving some problem that you are an
expert
on
- A system for classifying objects
- Your program will be graded according to the following criteria:
- Is the topic interesting? Is a decision tree a good way to
implment your idea?
- Did you have a good plan? Did you implement what you planned?
- How many questions are involved? How deep is the tree?
- Does the program work?
- Did you do anything innovative?
- Is your code clear and well-written?