Integer to Roman (1) 썸네일형 리스트형 LeetCode: 12번 (Integer to Roman) [JAVA] 문제 링크 https://leetcode.com/problems/integer-to-roman/ Integer to Roman - 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 풀이 전체적인 풀이 과정은 다음과 같다. 주어진 수에 대해 1000의 자릿수에 대해 개수를 카운트해 문자 formatting 그 하위 숫자들에 대해선 경우의 수 (0~3, 4, 5~8, 9)를 구분지어 문자를 formatting할 수 있는 함수를 통해 문자열 생성 단순 주어진 문자를 이어.. 이전 1 다음