Skip to content
This repository has been archived by the owner on Jul 22, 2020. It is now read-only.

Latest commit

 

History

History
3 lines (2 loc) · 439 Bytes

README.md

File metadata and controls

3 lines (2 loc) · 439 Bytes

This code implements an abstract base class for graph searching using algorithms presented in, "AI: A Modern Approach," by Stuart Russell and Peter Norvig. At the moment, I have only implemented the basic breadth- and depth-first searches. Use the code by including Frontier.h and GraphSearch.h and creating a subclass of Problem.

The other source files in the repository are for unit testing using the CUTE plugin for the Eclipse IDE.