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 16:19, 27 April 2004. The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

A graph exploration algorithm specifies a possible way how a [[Graph_(data_structure)|]] can be traversed.

The two most common algorithms are Breadth_first_search and Depth_first_search.