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

An abstract base class for graph searching as described in "AI: A Modern Approach."

License

Notifications You must be signed in to change notification settings

kalbfled/graph-search

Repository files navigation

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.

About

An abstract base class for graph searching as described in "AI: A Modern Approach."

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages