Skip to content

CarlosMatheus/Distributed-Minimum-Spanning-Tree

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

72 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Distributed-Minimum-Spanning-Tree

Distributed-Minimum-Spanning-Tree

Sample 1

go run run.go -id 1 -nid 2,3 -nwt 10,5

go run run.go -id 2 -nid 1,3 -nwt 10,7

go run run.go -id 3 -nid 1,2 -nwt 5,7

Sample 2

go run run.go -id 1 -nid 2,3,4 -nwt 5,8,10

go run run.go -id 2 -nid 1,3,4 -nwt 5,6,7

go run run.go -id 3 -nid 1,2,4 -nwt 8,6,3

go run run.go -id 4 -nid 1,2,3 -nwt 10,7,3

About

Distributed-Minimum-Spanning-Tree

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •