Constructing spanning trees of a graph has various applications such as building a communication network over which the messages can be transferred efficiently. In this chapter, we review basic distributed tree building procedures which are general spanning tree, breadth-first-searchTrees tree and depth-first-search tree algorithms and provide their implementations in Python using mpi4py.

错误:搜索内容不能为空,请输入英文关键词
错误:关键词超出字数限制,请精简
高级检索

Trees and Traversals

  • K. Erciyes

摘要

Constructing spanning trees of a graph has various applications such as building a communication network over which the messages can be transferred efficiently. In this chapter, we review basic distributed tree building procedures which are general spanning tree, breadth-first-searchTrees tree and depth-first-search tree algorithms and provide their implementations in Python using mpi4py.