Skip to content

Commit

Permalink
update readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
nonstriater committed May 10, 2014
1 parent 06540b0 commit 1100bda
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 38 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@

####

*.gitignore
*.out
*.dSYM

Expand Down
76 changes: 38 additions & 38 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,46 +105,46 @@ http://www.chinaunix.net/old_jh/23/437639.html

## 推荐阅读


《数据结构与算法分析》
《编程之美》
《算法设计与分析基础》

《算法导论》 有哪些算法
《算法引论》 如何创造算法 断货

《剑指offer》


*侧重经典算法的实现*
《Elements of Programming》 STL代码 快 准 狠
《C interfaces and Implementation》


《微软的梦工厂》
《Language Implementatin patterns》
《Algorithms on Strings,Trees and Sequences》


《writing efficient programs》 优化

《Algorithm Design Manual》 红皮书

《编程珠玑》Programming Pearls 偏算法理论
《More Programming Pearls》 偏算法轶事

《The science of programming》 证明代码段的正确性 800块一本


*高级数据结构*(如元胞自动机、斐波纳契堆、线段树)

《Algorithms》 4版
《Advanced Data Structures》 各种诡异数据结构和算法 600块


《数据结构与算法分析》
《编程之美》
《算法设计与分析基础》

《算法导论》 告诉你有哪些算法
《算法引论》 告诉你如何创造算法 断货

《剑指offer》


*侧重经典算法的实现*
《Elements of Programming》 STL代码 快 准 狠
《C interfaces and Implementation》


《微软的梦工厂》
《Language Implementatin patterns》
《Algorithms on Strings,Trees and Sequences》


《writing efficient programs》 优化

《Algorithm Design Manual》 红皮书

《编程珠玑》Programming Pearls 偏算法理论
《More Programming Pearls》 偏算法轶事

《The science of programming》 证明代码段的正确性 800块一本


*高级数据结构*(如元胞自动机、斐波纳契堆、线段树)

《Algorithms》 4版
《Advanced Data Structures》 各种诡异数据结构和算法 600块


《深入理解计算机系统》
《TCP/IP详解三卷》

《深入理解计算机系统》
《TCP/IP详解三卷》
《UNIX网络编程二卷》
《UNIX环境高级编程:第2版》

Expand Down

0 comments on commit 1100bda

Please sign in to comment.