Skip to content

Commit d70e3e9

Browse files
authored
Update README.md
1 parent b6d863e commit d70e3e9

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

bonus-assignment/README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# assignment-2019-bonus
1+
# Assignment-2019-bonus
22
### Description
33
This project given n points in the
44
two-dimensional space and a positive integer k (k<=n),
@@ -63,7 +63,8 @@ equal to k.
6363
7. The solution value for the pair (si, sj) is the length of this MST.
6464

6565
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,
66-
the appropriate output is made.
66+
the appropriate output is made.
67+
6768

6869
### Installation
6970
Clone the whole project to your computer via git

0 commit comments

Comments
 (0)