오늘은 Leetcode에서 2634번 배열에 관한 문제를 풀었다. 매일 아침 9시 마다 Leetcode문제를 풀고 공부를 시작하니 뭔가 뇌가 더 액티브 해진 느낌이다. (아님 말고) 문제는 다음과 같다. 사실 영어라서 문제 읽고 이해하는데 시간이 많이 간다.. 적어도
It's been couple days since I started solving questions on Leetcode. So far I have solved 6 easy questions, 1 medium question and 1 hard question.When
Given a signed 32-bit integer x, return x with its digits reversed. If reversing x causes the value to go outside the signed 32-bit integer range -231
제일 쉬운건데 나는 제일 어렵게 풀었다...Roman numerals are represented by seven different symbols: I, V, X, L, C, D and M.Symbol ValueI 1V