摘要: 题目: Given an absolute path for a file (Unix-style), simplify it. For example,path = "/home/", => "/home"path = "/a/./b/../../c/", => "/c" Corner Cases 阅读全文
posted @ 2017-05-28 07:25 panini 阅读(124) 评论(0) 推荐(0) 编辑