2012年10月20日星期六

数据结构_目录


  • 字符串处理(Strings and Character Manipulation)
  • 栈(Stacks)
  • 队列(Queues)
  • 链表(Linked Lists)
  • 树(Trees)
    • 二叉树
    • 线索二叉树
  • 图(Graphs)
  • 排序(Sorting)
  • 查找(Searching)
  • 查找树(Search Trees)

一些书

C
1、《The C Programming Language 2nd Edition》
Brian W.Kernighan, Dennis M.Ritchie
机械工业出版社

2、《C Traps and Pitfalls》

Andrew Koenig
Addison-Wesley Professional


C++

1、《C++ Primer 4th Edition》
Stanley B. Lippman,
Josée Lajoie,
Barbar E. Moo
人民邮电出版社
- 值得反复仔细的读,习题编的挺好,都是针对已经强调过又容易出错的地方。

2、《Effective C++》第三版
Scott Meyers
电子工业出版社