CoinBase | Phone | in-memory filesytem by java

implement an in-memory filesystem with the following interface:

mkdir(String path);
write_file(String path,String data);
read_file(String path);

Comments (5)