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
- 이진탐색
- Apache Hadoop
- 분산
- programmers
- docker
- 빅데이터
- 스파크
- DP
- 데이터 엔지니어링
- 분산처리
- 도커
- 코딩테스트
- Spark
- Apache Spark
- 리트코드
- 아파치 스파크
- 아파치 하둡
- 프로그래머스
- Data Engineering
- leetcode
- 우선순위큐
- 딕셔너리
- Python
- 하둡
- 파이썬
- 알고리즘
- Hadoop
- 티스토리챌린지
- 오블완
- heapq
Archives
- Today
- Total
목록2024/12/30 (1)
래원
[LeetCode] 2466. Count Ways To Build Good Strings (Python)
난이도: Medium 문제 설명Given the integers zero, one, low, and high, we can construct a string by starting with an empty string, and then at each step perform either of the following:Append the character '0' zero times.Append the character '1' one times.This can be performed any number of times.A good string is a string constructed by the above process having a length between low and high (inclusive).R..
알고리즘/LeetCode
2024. 12. 30. 19:40