Skip to content

Commit 6144ef1

Browse files
authored
Update MaxNonoverlappingSegments.md
1 parent ced0ab9 commit 6144ef1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

MaxNonoverlappingSegments.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ For example, consider arrays A, B such that:
1515
```
1616
The segments are shown in the figure below.
1717

18-
18+
![fig](https://codility-frontend-prod.s3.amazonaws.com/media/task_static/max_nonoverlapping_segments/static/images/auto/68b279360bc48af61d9d3bdfbe1d30fe.png)
1919

2020
The size of a non-overlapping set containing a maximal number of segments is 3. For example, possible sets are {0, 2, 3}, {0, 2, 4}, {1, 2, 3} or {1, 2, 4}. There is no non-overlapping set with four segments.
2121

0 commit comments

Comments
 (0)