Frage im Vorstellungsgespräch bei Microsoft

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

Antworten zu Vorstellungsgespräch

Anonym

2. Juli 2019

Implemented with a stack.

Anonym

19. Okt. 2019

Leetcode: simply path