each row. Our goal is to find one decision from the set of decisions for each row by using
decision tree as our tool. Considering our target to minimize the depth of the decision tree,
we devised various kinds of greedy algorithms as well as dynamic programming algorithm.
When we compare with the optimal result obtained from dynamic programming algorithm,
we found some greedy algorithms produces results which are close to the optimal result for …