Skip to content

Commit 7c35923

Browse files
authored
Update notice.md
1 parent 0cbfb4b commit 7c35923

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

notice.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@
8383
* 모범답안의 start 변수를 초기화하는 부분에서 다음의 코드가 올바른 내용입니다.
8484
```
8585
start = 1 # 가능한 최소 거리(min gap)
86+
end = array[-1] - array[0] # 가능한 최대 거리(max gap)
8687
```
8788

8889
#### (375p) '금광' 문제의 입력 조건 오류

0 commit comments

Comments
 (0)