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 |
Tags
- Python
- 쿠버네티스
- apache kafka
- 티스토리챌린지
- 리트코드
- String
- leetcode
- 분산처리
- 이진탐색
- 프로그래머스
- 아파치 카프카
- BFS
- Apache Hadoop
- 아파치 하둡
- 알고리즘
- 코딩테스트
- 하둡
- 그래프
- 아파치 스파크
- docker
- Apache Spark
- 분산
- 파이썬
- programmers
- heapq
- Kubernetes
- 오블완
- 도커
- 우선순위큐
- DP
Archives
- Today
- Total
목록2025/02/05 (1)
래원
![](http://i1.daumcdn.net/thumb/C150x150.fwebp.q85/?fname=https://blog.kakaocdn.net/dn/Mjq6C/btsL7zWlPL9/3hjfLQ89ynXBOSSfPAYsG1/img.png)
난이도: Easy문제 설명You are given two strings s1 and s2 of equal length. A string swap is an operation where you choose two indices in a string (not necessarily different) and swap the characters at these indices. Return true if it is possible to make both strings equal by performing at most one string swap on exactly one of the strings. Otherwise, return false. 문제 예제Example 1:Input: s1 = "bank", s2 =..
알고리즘/LeetCode
2025. 2. 5. 15:30