摘要:
动态规划 [TOC] 数字三角形问题 LeetCode 120.Triangle 尝试使用分治法 Given a triangle, find the minimum path sum from top to bottom. Each step you may move to adjacent nu 阅读全文
摘要:
Sun's Network File System [TOC] A client application issues system calls to the client side file system (such as open(), read(), write(), close(), mkd 阅读全文
摘要:
```c include include define MAXLINES 5000 define MAXLEN 100 int readlines(char lineptr[], int lines); void _qsort(char lineptr[], int left, int right) 阅读全文