Graph Traversal Algorithm: Difference between revisions

From GM-RKB
Jump to navigation Jump to search
m (Text replacement - "Category:Concept __NOTOC__" to "__NOTOC__ Category:Concept")
m (Text replacement - ". ----" to ". ----")
 
(One intermediate revision by the same user not shown)
Line 7: Line 7:
** [[Tree Search Algorithm]].
** [[Tree Search Algorithm]].
* <B>See:</B> [[Breadth-First Search]].
* <B>See:</B> [[Breadth-First Search]].
----
----
----
----
Line 17: Line 18:


----
----
__NOTOC__
__NOTOC__
[[Category:Concept]]
[[Category:Concept]]

Latest revision as of 17:02, 28 June 2021

A Graph Traversal Algorithm is a search algorithm that can be applied by a graph traversal system (to solve a graph traversal task).



References

2015