Skip to content

Commit

Permalink
chore: Fix code formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
KwonNayeon committed Jan 7, 2025
1 parent 8154a14 commit d5e43c3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions best-time-to-buy-and-sell-stock/KwonNayeon.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
To Do:
- 다른 접근 방법 찾아보기 (Two Pointers, Dynamic Programming)
"""

class Solution:
def maxProfit(self, prices: List[int]) -> int:
min_price = prices[0]
Expand Down

0 comments on commit d5e43c3

Please sign in to comment.