Sollicitatievraag bij Microsoft

Implement a function to simplify a unix based path. Example: input: /a/b/../c/. output: /a/c

Antwoorden op sollicitatievragen

Anoniem

2 jul 2019

Implemented with a stack.

Anoniem

19 okt 2019

Leetcode: simply path