- 40 Algorithms Every Programmer Should Know
- Imran Ahmad
- 82字
- 2025-04-04 12:59:10
Practical examples
An abstract data type tree is one of the main data structures that are used in developing decision trees as will be discussed in Chapter 7, Traditional Supervised Learning Algorithms. Due to its hierarchical structure, it is also popular in algorithms related to network analysis as will be discussed in detail in Chapter 6, Unsupervised Machine Learning Algorithms. Trees are also used in various search and sort algorithms where pide and conquer strategies need to be implemented.