|
Decision Trees in PHP
Decision trees are useful ways to categorize items, solve problems, and classify data. With a series of questions, you can narrow down possibilities very quickly. This is a quick implementation of decision trees in PHP so that I could write a problem solving tree for people having issues playing Diablo II. |