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 de jul de 2019

Implemented with a stack.

Anónimo

19 de oct de 2019

Leetcode: simply path