Notice
250x250
Recent Posts
Recent Comments
Link
목록2024/08/24 (1)
넘치게 채우기
[LeetCode] 564. Find the Closest Palindrome
https://leetcode.com/problems/find-the-closest-palindrome/description/?envType=daily-question&envId=2024-08-24leetcode - Find the Closest Palindrome문제 유형 : 팰린드롬, 회문, 문자열 처리문제 난이도 : Hard 문제Given a string n representing an integer, return the closest integer (not including itself), which is a palindrome. If there is a tie, return the smaller one.The closest is defined as the absolute difference mi..
PS/LeetCode
2024. 8. 24. 14:05