search tree; decision tree
Technical term in computer science and artificial intelligence for a tree data structure used in search algorithms or decision-making processes.
Calculate the optimal move using a search tree.
This algorithm searches the search tree in a depth-first manner.
Often used interchangeably with 探索木 in the context of decision trees, but 決定木 is more common in machine learning for classification and regression.
binary search tree
Compound of 探索 (search) and 木 (tree), a direct calque of the English term 'search tree'.