Jump to content

Graph exploration algorithm

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Lylum (talk | contribs) at 17:03, 25 April 2004. The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

A Graph exploration algorithm specifies a possible way how a Graph_(data_structure) can be traversed.

The two most basic algorithms are Breadth_first_search and Depth_first_search.