2014-04-23 23:57

题目:如何设计一个内存文件系统,如果可以的话,附上一些代码示例。

解法:很遗憾,对我来说不可以。完全没有相关经验,所以实在无从入手。这题目应该和工作经验相关吧?

代码:

1 // 8.9 How would you design an in-memory file system.
2 // I wouldn't possibly do that without the help of google...quite a lot of specifications and code.
3 int main()
4 {
5     return 0;
6 }

 

相关文章:

  • 2021-08-09
  • 2022-01-25
  • 2021-09-21
  • 2021-11-29
  • 2021-09-13
  • 2021-09-19
  • 2021-07-27
  • 2021-12-18
猜你喜欢
  • 2021-10-22
  • 2021-06-08
  • 2021-11-22
  • 2021-12-23
  • 2021-09-27
  • 2021-10-05
  • 2021-06-09
相关资源
相似解决方案