일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- String
- MYSQL
- 그래프
- Stored Procedure
- SQL
- Two Points
- 다익스트라
- Hash
- DP
- binary search
- Dijkstra
- Trie
- Brute Force
- union find
- two pointer
- 스토어드 프로시저
- 이진탐색
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