Notice
250x250
Recent Posts
Recent Comments
Link
목록kmp알고리즘 (1)
넘치게 채우기
[LeetCode] 214. Shortest Palindrome
https://leetcode.com/problems/shortest-palindrome/description/?envType=daily-question&envId=2024-09-20leetcode - Shortest Palindrome문제 유형 : 팰린드롬, 문자열 처리, KMP 알고리즘문제 난이도 : Hard 문제You are given a string s. You can convert s to a palindrome by adding characters in front of it.Return the shortest palindrome you can find by performing this transformation. 문자열 s를 받는다. 당신은 s에 접두사를 붙여서 변환시킬 수 있다.s에 문자를 ..
PS/LeetCode
2024. 9. 20. 22:59