An open API service indexing awesome lists of open source software.

https://github.com/myxof/programmingpears


https://github.com/myxof/programmingpears

Last synced: 5 months ago
JSON representation

Awesome Lists containing this project

README

          

# 编程珠玑

本系列记录在阅读《编程珠玑》一书过程中的思考,对于问题的回答如果没做特别说明,默认用Java实现

## 章节

### 第一部分 基础

1. 开篇
2. 啊哈!算法
3. 数据决定程序结构
4. 编写正确的程序
5. 编程小事

### 第二部分 性能

1. 程序性能分析
2. 粗略计算
3. 算法设计技术
4. 代码调优
5. 节省空间

## 第三部分 应用

1. 排序
2. 取样问题