书籍 Data Structures and Algorithms in Python的封面

Data Structures and Algorithms in Python

Michael T. Goodrich

出版时间

2013-07-04

ISBN

9781118290279

评分

★★★★★

标签

算法

书籍介绍

Based on the authors' market leading data structures books in Java and C++, this book offers a comprehensive, definitive introduction to data structures in Python by authoritative authors. Data Structures and Algorithms in Python is the first authoritative object-oriented book available for Python data structures. Designed to provide a comprehensive introduction to data structures and algorithms, including their design, analysis, and implementation, the text will maintain the same general structure as Data Structures and Algorithms in Java and Data Structures and Algorithms in C++. Begins by discussing Python's conceptually simple syntax, which allows for a greater focus on concepts. Employs a consistent object-oriented viewpoint throughout the text. Presents each data structure using ADTs and their respective implementations and introduces important design patterns as a means to organize those implementations into classes, methods, and objects. Provides a thorough discussion on the analysis and design of fundamental data structures. Includes many helpful Python code examples, with source code provided on the website. Uses illustrations to present data structures and algorithms, as well as their analysis, in a clear, visual manner. Provides hundreds of exercises that promote creativity, help readers learn how to think like programmers, and reinforce important concepts. Contains many Python-code and pseudo-code fragments, and hundreds of exercises, which are divided into roughly 40% reinforcement exercises, 40% creativity exercises, and 20% programming projects.

用户评论
作者行文不大好理解,但是整体思路贼好,从数组到链表再到树结构,循序渐进,非常适合新手自学。但是代码不是很pythonic……
后悔把它打印出来,太重了……
雪没下,东湖也没去,窝在家看书。方便写成lecture slides的好书。
這不僅是一本極好的數據結構與算法書籍,而且也非常適合用來入門Python。
好家伙,到了第五章还没看到和算法特别相关的东西,大部分都在讲python。 后面这讲解复杂度的真的是专业,推导,定理很硬核。 最后的那些都没听过,看的越来越慢,终于算是第一遍看过了,有空再复习复习。
Good textbook
6分
algo课的指定教材java的python版。。。其实学校是用java实现的算法,但我java真的不行,还好意外发现了这本书,很多章节是和java对照着看的(毕竟quiz还是全java),好像对java也有点懂了
4.5星
好书,英文版读起来也舒服,数据结构讲的让人豁然开朗的感觉;