Simplify Path (1) 썸네일형 리스트형 LeetCode: 71번 (Simplify Path) [JAVA] 문제 링크 https://leetcode.com/problems/simplify-path/ Simplify Path - LeetCode Can you solve this real interview question? Simplify Path - Given a string path, which is an absolute path (starting with a slash '/') to a file or directory in a Unix-style file system, convert it to the simplified canonical path. In a Unix-style file sys leetcode.com 풀이 전체적인 풀이 과정은 다음과 같다. 주어진 path를 "/" 바탕으로 분리 최종 경로를 .. 이전 1 다음