Thursday, July 9, 2015

Leetcode 71: simplify path(not done)

Given an absolute path for a file (Unix-style), simplify it.
For example,
path = "/home/", => "/home"
path = "/a/./b/../../c/", => "/c"

No comments:

Post a Comment