Content deleted Content added
Tom.Reding (talk | contribs) m WP:GenFixes on, typo(s) fixed: Prim’s → Prim's (7) |
m Bot: link syntax |
||
Line 19:
The [[Message passing|message-passing]] model is one of the most commonly used models in [[distributed computing]]. In this model, each process is modeled as a node of a graph. The communication channel between two processes is an edge of the graph.
Two commonly used algorithms for the classical minimum spanning tree problem are [[
* Both [[
* Both [[
Due to these difficulties, new techniques were needed for distributed MST algorithms in the message-passing model. Some bear similarities to [[Borůvka's algorithm]] for the classical MST problem.
|