Skip to content

Commit 5cf7923

Browse files
committed
fix: 시도 로직 수 오타 수정
1 parent ecc9423 commit 5cf7923

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

best-time-to-buy-and-sell-stock/gyeo-ri.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"""
22
[결과 요약]
3-
# 시도한 로직 수: 4
3+
# 시도한 로직 수: 2
44
1. if/else 문으로 분기 처리(시간: O(n) / 공간: O(1))
55
-
66
2. if문 대신 min / max를 계속 계산하는 로식

0 commit comments

Comments
 (0)