Notice
250x250
Recent Posts
Recent Comments
Link
목록palindrome (1)
넘치게 채우기
[LeetCode] 9. Palindrome Number
https://leetcode.com/problems/palindrome-number/description/ Palindrome Number - LeetCode Can you solve this real interview question? Palindrome Number - Given an integer x, return true if x is a palindrome, and false otherwise. Example 1: Input: x = 121 Output: true Explanation: 121 reads as 121 from left to right and from right to left. Ex leetcode.com leetcode - Palindrome Number 문제 유형 : 수학 /..
PS/LeetCode
2023. 10. 24. 18:13