Back to Questions

Design a File System (Trie variant)

20.8K viewsAsked 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.

Practice with This Question