Skip to content

Commit 3b8fcce

Browse files
authored
Fix mistake in README.md bonus assignment
1 parent 6ef731f commit 3b8fcce

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bonus-assignment/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -177,9 +177,9 @@ Last but not least, k is not changed because square root of 16 equals to 4. As a
177177
its length is found.
178178

179179
##### Example 3
180-
Running the file points3.txt for k=16
180+
Running the file points4.txt for k=16
181181
```
182-
python kmst.py points3.txt 16
182+
python kmst.py points4.txt 16
183183
```
184184
Output can be:
185185
```

0 commit comments

Comments
 (0)