Technical Interview - File System

Problem Statement

Create functions and data structure that can mimic Linux file system commands:

Assumptions:

Considerations

Exceptions:

Class Structure

Patterns:

Class diagram:

alt text

Utility functions:

Reasoning for interfaces: