[LeetCode] 165. Compare Version Numbers - 문제풀이
Description 주어진 두개의 문자열의 버전을 비교하여 반환하는 문제입니다. Given two version numbers, version1 and version2, compare them. Version numbers consist of one or more revisions joined by a dot '.'. Each revision consists of digits and may contain leading zeros. Every revision contains at least one character. Revisions are 0-indexed from left to right, with the leftmost revision being revision 0, the next revision..