Leetcode 71. Simplify Path
第71題,題目如下: You are given an absolute path for a Unix-style file system, which always begins with a slash '/'. Your task is to transform this absolute path into its simplified canonical path. The rules of …