Jump to content

Tree search algorithm

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Kesla (talk | contribs) at 21:41, 15 September 2005 (Algorithms: alphabetic order). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

Tree search algorithms are specialized versions of graph search algorithms, which take the properties of trees into account.

Algorithms

Traversal