# Study-notes
**Repository Path**: yszhang/Study-notes
## Basic Information
- **Project Name**: Study-notes
- **Description**: My study notes. It's about Java, Python, C, C++, Machine Learning(including Deep Learning), etc.
- **Primary Language**: C++
- **License**: MIT
- **Default Branch**: master
- **Homepage**: http://www.yushuai.me
- **GVP Project**: No
## Statistics
- **Stars**: 2
- **Forks**: 0
- **Created**: 2018-10-09
- **Last Updated**: 2020-12-19
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
## 关于笔记
我的学习笔记将包括但不限于Java、Python、C、C++、算法、Linux等内容。本笔记预计将会在每周日更新一次。所有的笔记使用简体中文书写。(如想关注更实时的更新,请在下方扫描二维码关注我的微信公众号或访问我的博客。)
## 版本
v19061
更新于2019年6月12日
版本将同步在GitHub和Gitee上更新。
## 更新内容
- Linux学习笔记第6/7/8天以及第7天习题。
- 更新Leetcode习题多道。
|Ⅰ|Ⅱ|Ⅲ|Ⅳ|Ⅴ|Ⅵ|Ⅶ|Ⅷ|Ⅸ|Ⅹ|
|--|--|--|--|--|--|--|--|--|--|
|[算法](https://github.com/dqhplhzz2008/Study-notes#%E7%AE%97%E6%B3%95)|[C++](https://github.com/dqhplhzz2008/Study-notes#c)|[计算机组成原理](https://github.com/dqhplhzz2008/Study-notes#%E8%AE%A1%E7%AE%97%E6%9C%BA%E7%BB%84%E6%88%90%E5%8E%9F%E7%90%86)|[数据结构](https://github.com/dqhplhzz2008/Study-notes#%E6%95%B0%E6%8D%AE%E7%BB%93%E6%9E%84)|[Java](https://github.com/dqhplhzz2008/Study-notes#java)|[Python](https://github.com/dqhplhzz2008/Study-notes#python)|[网络爬虫](https://github.com/dqhplhzz2008/Study-notes#%E7%BD%91%E7%BB%9C%E7%88%AC%E8%99%AB)|[剑指offer题解](https://github.com/dqhplhzz2008/Study-notes#%E5%89%91%E6%8C%87offer%E9%A2%98%E8%A7%A3)|[Linux](https://github.com/dqhplhzz2008/Study-notes#linux)|LeetCode|
## 算法
整理了《趣学算法》的算法题解。本部分内容包含:
- [动态规划](https://github.com/dqhplhzz2008/Study-notes/blob/master/Algorithm/dynamicprogramming.md)
- [回溯法](https://github.com/dqhplhzz2008/Study-notes/blob/master/Algorithm/backtrack.md)
- [分支界限法](https://github.com/dqhplhzz2008/Study-notes/blob/master/Algorithm/branchbound.md)
- [线性规划网络流(上)](https://github.com/dqhplhzz2008/Study-notes/blob/master/Algorithm/linearprogramming1.md)
- [线性规划网络流(下)](https://github.com/dqhplhzz2008/Study-notes/blob/master/Algorithm/linearprogramming2.md)
## C++
- 北京大学慕课学习笔记整理(中国大学MOOC网)
- [北京大学慕课官方课件](https://github.com/dqhplhzz2008/Study-notes/tree/master/C-plus-plus/Official%20document)
- [C++ Primer Plus(5th Edition) 课后习题全解(自己编写,非最优解答)](https://github.com/dqhplhzz2008/Study-notes/tree/master/C-plus-plus/cpp_exercise)
- [北京大学慕课期末编程考试(中国大学MOOC网)](https://github.com/dqhplhzz2008/Study-notes/blob/master/C-plus-plus/finalexamanswer.pdf)
-
## 计算机组成原理
[中国大学MOOC网计算机组成原理学习笔记(哈尔滨工业大学)](https://github.com/dqhplhzz2008/Study-notes/tree/master/Computer-composition-principle)
## 数据结构
[个人数据结构学习笔记](https://github.com/dqhplhzz2008/Study-notes/tree/master/Data-Structure)
## Java
[个人Java学习笔记](https://github.com/dqhplhzz2008/Study-notes/tree/master/Java)
## Python
[个人Python学习笔记](https://github.com/dqhplhzz2008/Study-notes/tree/master/Python)
## 网络爬虫
[中国大学MOOC网严嵩老师网络爬虫课程笔记](https://github.com/dqhplhzz2008/Study-notes/tree/master/Web-Crawler)
## 剑指offer题解
本部分包含以下内容:
- [2月18日整理题目](https://github.com/dqhplhzz2008/Study-notes/blob/master/jianzhioffer/jianzhioffer0218.md)
- [2月20日整理题目](https://github.com/dqhplhzz2008/Study-notes/blob/master/jianzhioffer/jianzhioffer0220.md)
- [2月26日整理题目](https://github.com/dqhplhzz2008/Study-notes/blob/mmaster/jianzhioffer/jianzhioffer0220.md)
- [3月3日整理题目](https://github.com/dqhplhzz2008/Study-notes/blob/master/jianzhioffer/jianzhioffer0303.md)
- [3月4日整理题目](https://github.com/dqhplhzz2008/Study-notes/blob/master/jianzhioffer/jianzhioffer0304.md)
- [3月6日整理题目](https://github.com/dqhplhzz2008/Study-notes/blob/master/jianzhioffer/jianzhioffer0306.md)
- [3月8日整理题目](https://github.com/dqhplhzz2008/Study-notes/blob/master/jianzhioffer/jianzhioffer0308.md)
- [3月10日整理题目](https://github.com/dqhplhzz2008/Study-notes/blob/master/jianzhioffer/jianzhioffer0310.md)
目前题解更新已经更新**64**道题目,总计**66**道题目,不保证每一道题目都会更新。感谢对我的关注和支持~
## Linux
- [鸟哥的Linux私房菜部分内容学习笔记](https://github.com/dqhplhzz2008/Study-notes/tree/master/linux)
- [把CentOS7中的vim打造成C++IDE](https://github.com/dqhplhzz2008/Study-notes/tree/master/linux/vimtocppide.md)
- [Linux基本操作第4天课程笔记](https://github.com/dqhplhzz2008/Study-notes/tree/master/linux/fundamentalday4.md)
- [使用stat实现ls -l filename的功能](https://github.com/dqhplhzz2008/Study-notes/tree/master/linux/lslbystat.md)
- [Linux基础学习笔记第六天:进程(上)](https://github.com/dqhplhzz2008/Study-notes/tree/master/linux/Linuxday6-process.md)
- [Linux基础学习笔记第六天:进程(下)](https://github.com/dqhplhzz2008/Study-notes/tree/master/linux/Linuxday6-process-2.md)
- [Linux基础学习笔记第七天:exec](https://github.com/dqhplhzz2008/Study-notes/tree/master/linux/linux-day-7-exec.md)
- [Linux基础学习笔记第七天练习1:使用管道实现父子进程间通信](https://github.com/dqhplhzz2008/Study-notes/tree/master/linux/linux-day-7-exercise1.md)
- [Linux基础学习笔记第七天练习2:使用管道实现兄弟进程间通信](https://github.com/dqhplhzz2008/Study-notes/tree/master/linux/linux-day-7-exercise2.md)
- [Linux基础学习笔记第七天练习3:统计当前系统中进程由用户运行的进程并输出到文件中](https://github.com/dqhplhzz2008/Study-notes/tree/master/linux/linux-day-7-exercise3.md)
- [Linux基础学习笔记第八天:mmap](https://github.com/dqhplhzz2008/Study-notes/tree/master/linux/linux-day-8-mmap.md)
## LeetCode
已经更新[leetcode]题目解析(190612)。
## 关于我
你可以发邮件联系我,邮件地址为: *davidcheungchina@aliyun.com*。
你也可以关注我的微信公众号,如下图:

同时欢迎你访问[我的博客[简体中文]](http://www.yushuai.xyz)!
如需了解我,也可以访问我的[个人CV](https://gitpages.yushuai.me/cv/index.html)。感谢您的支持~