https://github.com/myxof/programmingpears
https://github.com/myxof/programmingpears
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/myxof/programmingpears
- Owner: MyXOF
- License: gpl-3.0
- Created: 2017-03-18T11:23:45.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-04-24T10:39:04.000Z (about 9 years ago)
- Last Synced: 2025-04-12T18:19:17.770Z (about 1 year ago)
- Size: 497 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 编程珠玑
本系列记录在阅读《编程珠玑》一书过程中的思考,对于问题的回答如果没做特别说明,默认用Java实现
## 章节
### 第一部分 基础
1. 开篇
2. 啊哈!算法
3. 数据决定程序结构
4. 编写正确的程序
5. 编程小事
### 第二部分 性能
1. 程序性能分析
2. 粗略计算
3. 算法设计技术
4. 代码调优
5. 节省空间
## 第三部分 应用
1. 排序
2. 取样问题