BreadthFirstTraversal
BreadthFirstTraversal[g,v]
performs a breadth-first traversal of graph g starting from vertex , and gives the breadth-first numbers of the vertices.
BreadthFirstTraversal[g,v,Edge]
returns the edges of the graph that are traversed by breadth-first traversal.
BreadthFirstTraversal[g,v,Tree]
returns the breadth-first search tree.
BreadthFirstTraversal[g,v,Level]
returns the level number of the vertices.
更多信息和选项
- BreadthFirstTraversal functionality is now available in the built-in Wolfram Language function BreadthFirstScan.
- To use BreadthFirstTraversal, you first need to load the Combinatorica Package using Needs["Combinatorica`"].
范例
基本范例 (2)
BreadthFirstTraversal has been superseded by BreadthFirstScan:
文本
Wolfram Research (2012),BreadthFirstTraversal,Wolfram 语言函数,https://reference.wolfram.com/language/Combinatorica/ref/BreadthFirstTraversal.html.
CMS
Wolfram 语言. 2012. "BreadthFirstTraversal." Wolfram 语言与系统参考资料中心. Wolfram Research. https://reference.wolfram.com/language/Combinatorica/ref/BreadthFirstTraversal.html.
APA
Wolfram 语言. (2012). BreadthFirstTraversal. Wolfram 语言与系统参考资料中心. 追溯自 https://reference.wolfram.com/language/Combinatorica/ref/BreadthFirstTraversal.html 年