Question d’entretien chez Microsoft

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

Réponses aux questions d'entretien

Utilisateur anonyme

2 juil. 2019

Implemented with a stack.

Utilisateur anonyme

19 oct. 2019

Leetcode: simply path