2013年(28)
发布时间:2013-03-15 15:13:14
6. The FilesystemThe filesystem can be thought of as comprising four main components:A namespace, an API, a security model, and An implementation6.1 PathnamesAbsolute and relative pathsSpaces in filenames6.2 Filesystem mounting and unmountingmount /dev/sda4 /users # /dev/sda4 is filesystem, /.........【阅读全文】
发布时间:2013-03-15 11:18:06
设计包含min函数的栈。定义栈的数据结构,要求添加一个min函数,能够得到栈的最小元素。要求函数min、push以及pop的时间复杂度都是O(1)。......【阅读全文】