Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
Tags
- leetcode
- sorting
- Binary
- recursive
- Medium
- Array
- Python
- 쉬움
- two pointers
- 미디움
- binary search
- string
- backtracking
- HashTable
- 문자열
- tree
- 이진트리
- easy
- Depth-first Search
- math
- list
- 중간
- hash table
- DP
- matrix
- 리트코드
- binary tree
- linked list
- dfs
- 재귀
Archives
- Today
- Total
목록O(N) (1)
부부의 코딩 성장 일기
LeetCode 121(Best Time to Buy and Sell Stock, Python)
1. 문제 링크 Best Time to Buy and Sell Stock - LeetCode Best Time to Buy and Sell Stock - LeetCode Can you solve this real interview question? Best Time to Buy and Sell Stock - You are given an array prices where prices[i] is the price of a given stock on the ith day. You want to maximize your profit by choosing a single day to buy one stock and choosin leetcode.com 2. 문제 설명 하루하루 주식 가격이 기록된 리스트를 입력받..
Algorithm/LeetCode
2023. 11. 24. 19:00