kittyK's blog

By kittyK, history, 4 years ago, In English

Please suggest any tutorial for MST(minimum spanning tree) on directed graph. I will be grateful if anyone would share the implementation of the algorithm of MST on Directed Graph.

  • Vote: I like it
  • +4
  • Vote: I do not like it

| Write comment?
»
4 years ago, # |
Rev. 4   Vote: I like it -9 Vote: I do not like it

UPD it's only for undirected:(

»
4 years ago, # |
  Vote: I like it 0 Vote: I do not like it

Maybe you need Edmonds/Chu-Liu algorithm?

»
4 years ago, # |
  Vote: I like it 0 Vote: I do not like it

Here. I'd say the explanation is good enough, there is also pseudocode.