# week11 Linux and GDB ## 0 上周限时比赛 1. 简单情况 2. 加分事项 ## 1 presentation > 同学展示 参考: 1. [时间和空间复杂度分析](https://github.com/wujr5/algorithm-analysis-and-design/blob/master/relative-knowledge-learning/1-time-and-space-complexity-analysis.md) 2. [取模运算涉及的算法汇总](https://github.com/wujr5/algorithm-analysis-and-design/blob/master/relative-algorithm-learning/6-algorithm-about-modulo-operation.md) ## 2 自编选择题 > 随机抽取5个同学的选择题让同学们来做,然后作者讲解,同学们提问并质疑。 ## 3 有关myStrng 1. 函数功能,不是cout,而是返回或者改变传地址的相应的值。 2. 开发测试,分开.cpp,.h,函数定义写在.cpp里面,函数声明写在.h里面,使用的时候直接引用.h ## 4 ubuntu的使用 1. project1强制性要求的开发环境:linux或者相关发行版,强制要求风格:google style 2. 简单教程:[Ubuntu桌面入门指南](http://wiki.ubuntu.org.cn/Ubuntu%E6%A1%8C%E9%9D%A2%E5%85%A5%E9%97%A8%E6%8C%87%E5%8D%97) ## 5 GDB的使用 1. 简单教程:[GDB十分钟教程](http://blog.csdn.net/liigo/article/details/582231) ## 6 其他 1. 科学上网:[lantern](https://github.com/getlantern/lantern) 2. Sublime Text 3:[Sublime](http://www.sublimetext.com/3) 3. filezilla: 
week11 Linux and GDB
0 上周限时比赛
1 presentation
参考:
2 自编选择题
3 有关myStrng
4 ubuntu的使用
5 GDB的使用
6 其他