Advertisement
Guest User

Untitled

a guest
Dec 7th, 2016
159
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. #instance10_002.txt
  2. #area [0, MAX_X] x [0, MAX_Y]
  3. 100 100
  4. #number of points NUM_PT
  5. 10
  6. #coordinates
  7. 0 0
  8. 0 90
  9. 70 100
  10. 100 55
  11. 30 30
  12. 30 70
  13. 70 90
  14. 70 30
  15. 50 50
  16. 45 0
  17. #end of instance
  18. #Edges of the MST by Prim's algorithm: 9
  19. 0 9 45
  20. 9 4 45
  21. 4 5 40
  22. 5 8 40
  23. 8 7 40
  24. 5 1 50
  25. 7 3 55
  26. 7 6 60
  27. 6 2 10
  28. # The total length of the MST is 385.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement