puuotsingut
Puuotsingut, in Estonian, refers to the concept of tree search in computer science. It describes a class of algorithms that explore a search space organized in a tree structure, starting from a root state and expanding successor states to generate possible configurations. The goal is to find a state that satisfies a given condition or to optimize a cost function, sometimes within constraints such as memory or time.
Common strategies within puuotsingut include blind or uninformed methods such as depth-first search (DFS) and breadth-first
Applications of puuotsingut span many areas, including puzzle solving, automated planning, game playing, route and path