Pregunta de entrevista de Microsoft

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

Respuestas de entrevistas

Anónimo

2 jul 2019

Implemented with a stack.

Anónimo

19 oct 2019

Leetcode: simply path