Back to QuestionsPractice with This Question
Design a File System (Trie variant)
20.8K views•Asked at Salesforce•
Medium
Question Explain
Design a file system class with `createPath` and `get` methods that efficiently handle path creation and lookup. This involves using a variant of a Trie or Hash Map.
Start Trying This Question Simulation
Practice answering orally or with text to get instant AI feedback.