Amazon Interview Question

How would you implement a file system.

Interview Answer

Anonymous

Apr 15, 2011

Use a hash-table for their name. Then have some classes that extend a File class and implement more specific methods.

1