We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ecc9423 commit 5cf7923Copy full SHA for 5cf7923
best-time-to-buy-and-sell-stock/gyeo-ri.py
@@ -1,6 +1,6 @@
1
"""
2
[결과 요약]
3
-# 시도한 로직 수: 4
+# 시도한 로직 수: 2
4
1. if/else 문으로 분기 처리(시간: O(n) / 공간: O(1))
5
-
6
2. if문 대신 min / max를 계속 계산하는 로식
0 commit comments