Skip to content

Commit

Permalink
Update 00.01.md
Browse files Browse the repository at this point in the history
  • Loading branch information
julycoding committed Nov 10, 2014
1 parent f4de974 commit af2a72a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ebook/zh/00.01.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

### 4、看算法导论 ###

《算法导论》上的前大部分的章节都在阐述一些经典常用的数据结构和典型算法(如[二分查找](https://github.com/Xuanwo/The-Art-Of-Programming-By-July/blob/master/ebook/zh/25.0.md)[快速排序](http://blog.csdn.net/v_july_v/article/details/6116297)[Hash表](http://blog.csdn.net/v_JULY_v/article/details/6256463)),以及一些高级数据结构(诸如[红黑树](https://github.com/Xuanwo/The-Art-Of-Programming-By-July/blob/master/ebook/zh/07.1.md)[B树](http://blog.csdn.net/v_JULY_v/article/details/6530142)),如果你已经学完了一本数据结构教材,那么建议你着重看贪心、动态规划、图论等内容,这3个议题每一个议题都大有题目可出。同时,熟悉[常用算法的时间复杂度](http://bigocheatsheet.com/)
《算法导论》上的前大部分的章节都在阐述一些经典常用的数据结构和典型算法(如[二分查找](https://github.com/julycoding/The-Art-Of-Programming-By-July/blob/master/ebook/zh/04.01.md)[快速排序](http://blog.csdn.net/v_july_v/article/details/6116297)[Hash表](http://blog.csdn.net/v_JULY_v/article/details/6256463)),以及一些高级数据结构(诸如[红黑树](https://github.com/Xuanwo/The-Art-Of-Programming-By-July/blob/master/ebook/zh/07.1.md)[B树](http://blog.csdn.net/v_JULY_v/article/details/6530142)),如果你已经学完了一本数据结构教材,那么建议你着重看贪心、动态规划、图论等内容,这3个议题每一个议题都大有题目可出。同时,熟悉[常用算法的时间复杂度](http://bigocheatsheet.com/)

如果算法导论看不懂,你可以参看本博客。

Expand Down

0 comments on commit af2a72a

Please sign in to comment.