페이스북 코딩테스트 썸네일형 리스트형 9. Palindrome Number https://leetcode.com/problems/palindrome-number/ Palindrome Number - 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 알고리즘 문제 막 풀기 시작하신 분들이 꼭 만나는 문제인 Palindrome 문제입니다. 모 기업 코딩테스트에서도 나온 문제죠. 작년 생각이 새록새록 이번 문제는 '정수'로 숫자가 주어집니다. 이를 Palindrome인지 아닌지 판단하는데, 단 !! 조건이 있습니다. 이를 String으로 Con.. 더보기 7. Reverse Integer https://leetcode.com/problems/reverse-integer/ Reverse Integer - 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 본 문제는 쉽습니다. 생각을 달리 할 것도 없었고, 그냥 풀면 됩니다. 해설에서는 pop, push를 얘기를 했는데, 음... 해외에선 이런 표현을 쓰는거 같아요. 정수를 거꾸로 뒤집는 겁니다. 사실 String이면 간단히 뒤에서부터 읽으면 되는 정수는 좀 얘기가 다르죠. 우선 처음엔 뒤집으려는 숫자의.. 더보기 이전 1 다음