Leaf Node

From Chessprogramming wiki
Revision as of 15:16, 2 May 2018 by GerdIsenberg (talk | contribs) (Created page with "'''Home * Search * Node * Leaf Node''' FILE:EschersDewdrop.jpg|border|right|thumb|249px|link=http://www.mcescher.com/Gallery/back-bmp/LW356.jpg|[[Arts...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Home * Search * Node * Leaf Node

M. C. Escher, Dewdrop, 1948 [1]

Leaf nodes are nodes with no further successors. They are either terminal nodes or nodes where the desired depth from the root is accomplished and which has been assigned a heuristic value as an "educated guess" to an approximate of a terminal value. Each search tree has at least one leaf node.

See also

External Links

References

Up one Level