일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- MYSQL
- 이진탐색
- union find
- 스토어드 프로시저
- Two Points
- DP
- Brute Force
- Hash
- Dijkstra
- String
- Stored Procedure
- 그래프
- SQL
- 다익스트라
- Trie
- two pointer
- binary search
Archives
- Today
- Total
목록two pointer (1)
codingfarm
424. Longest Repeating Character Replacement
https://leetcode.com/problems/longest-repeating-character-replacement/ Longest Repeating Character Replacement - LeetCode Level up your coding skills and quickly land a job. This is the best place to expand your knowledge and get prepared for your next interview. leetcode.com Given a string s that consists of only uppercase English letters, you can perform at most k operations on that string. In..
Algorithm & Data structure/Problem Solution
2019. 12. 11. 13:12