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
- 분산
- DP
- heapq
- docker
- Python
- 코딩테스트
- String
- 오블완
- leetcode
- 파이썬
- 아파치 하둡
- 문자열
- 카프카
- 알고리즘
- programmers
- 하둡
- 우선순위큐
- BFS
- 도커
- 아파치 스파크
- 프로그래머스
- apache kafka
- 그래프
- 티스토리챌린지
- 리트코드
- Apache Hadoop
- 이진탐색
- Apache Spark
- 분산처리
- 아파치 카프카
Archives
- Today
- Total
목록2025/01/13 (1)
래원
[LeetCode] 3223. Minimum Length of String After Operations (Python)
난이도: Medium 문제 설명You are given a string s.You can perform the following process on s any number of times:Choose an index i in the string such that there is at least one character to the left of index i that is equal to s[i], and at least one character to the right that is also equal to s[i].Delete the closest character to the left of index i that is equal to s[i].Delete the closest character to ..
알고리즘/LeetCode
2025. 1. 13. 15:54