You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: bonus-assignment/README.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
# assignment-2019-bonus
1
+
# Assignment-2019-bonus
2
2
### Description
3
3
This project given n points in the
4
4
two-dimensional space and a positive integer k (k<=n),
@@ -63,7 +63,8 @@ equal to k.
63
63
7. The solution value for the pair (si, sj) is the length of this MST.
64
64
65
65
From all the distinct pairs select the pair with the minimum length of its MST. That MST is the soltuion and together with the length and the connections,
0 commit comments