Algorithms use branching trees to categorize data
When a computer needs to make a complex choice, it often uses a 'Decision Tree', which is just a glorified flowchart. It asks a series of yes or no questions, branching out further and further until it lands on an answer. It is the exact same logic a human uses in a game of Guess Who, just executed millions of times a second.

Keep exploring facts in this topic.
Technology →



