程序设计实践
2000年机械工业出版社出版的图书
《程序设计实践》是2000年8月机械工业出版社出版的图书,作者是Brian W. Kernighan、Rob Pike。
内容简介
本书值得每个梦想并努力使自己成为优秀程序员的人参考,值得每个计算机专业的学生和计算机工作者阅读,也可作为程序设计高级课程的教材或参考书。
目录
Preface
Chapter 1: Style
1.1 Names
1.2 Expressions and Statements
1.3 Consistency and Idioms
1.4 Function Macros
1.5 Magic Numbers
1.6 Comments
1.7 Why Bother?
Chapter 2: Algorithms and Data Structures
2.1 Searching
2.2 Sorting
2.3 Libraries
2.4 A Java Quicksort
2.5 O-Notation
2.6 Growing Arrays
2.7 Lists
2.8 Trees
2.9 Hash Tables
2.10 Summary
参考资料
最新修订时间:2021-07-03 21:59
目录
概述
内容简介
目录
参考资料