Graph traversal: Difference between revisions

Content deleted Content added
No edit summary
Undid revision 880775857 by 145.94.151.65 (talk)
Line 1:
{{redirect-distinguish|Graph search|Facebook Graph Search}}
{{refimprove|date=October 2014}}
Graphs are x{{Graph search algorithm}}
 
In [[computer science]], '''graph traversal''' (also known as '''graph search''') refers to the process of visiting (checking and/or updating) each vertex in a [[Graph (discrete mathematics)|graph]]. Such traversals are classified by the order in which the vertices are visited. [[Tree traversal]] is a special case of graph traversal.