摘要:
---恢复内容开始---Example 1Creating and terminating thread by usingpthread_create, pthread_exit(status)#include #include #include using namespace std;#defin... 阅读全文
摘要:
[1] 给出在 ubuntu 下配置 boost + eclipse 步骤, 写的比较具体, 但是配置完后并不能正确运行, 主要是出了两个错误[4] for general purpose, worked for me.出现的错误1. 找不到 libboost_regex or cannot fin... 阅读全文
摘要:
遇到一些题目, 用递归加 bottom-up 解法能得到更优的时间复杂度, 对这些题目做一个汇总1. google code jam Rational Number Tree 2. 二叉树的公共祖先节点3. leetcode convert sorted list to balanced searc... 阅读全文