C
++
Search Class Library
Peter Bouthoorn
3 December 1993
Introduction
Problem representation and search techniques
State space representation and problem reduction
Trees and graphs
Basic search methods - depth-first, breadth-first
Finding an optimal solution, uniform-cost search
Blind search vs heuristic search, best-first search
The search class library
Why C
++
?
Techniques used, hierarchy of the search classes.
How to use the search class library.
Include and library files.
Bibliography