书籍 Data Structures and Algorithms Using Python的封面

Data Structures and Algorithms Using Python

Rance D. Necaise

出版社

Wiley

出版时间

2010-12-21

ISBN

9780470618295

评分

★★★★★

标签

算法

书籍介绍

More and more programmers are turning to Python and this book will give

them the understanding they need. Necaise introduces the basic array

structure and explores the fundamentals of implementing and using

multi-dimensional arrays. The underlying mechanisms of many of Python’s

built-in data structures and constructs are covered. A number of ADTs

and applications are discussed as threads throughout the book to allow

for multiple implementations as new data structures are introduced.

Real-world applications of the various chapter topics are also

presented. This gives programmers complete coverage of abstraction and

the basic data structures and algorithms in the Python language.

用户评论
代码写得很规范,值得学习。但是代码里的错误比较多。
属于数据结构和算法相关的很好的一本书,围绕ADT来讲的确很棒,可惜代码错误部分比较多。
读了一半,概念捋的很细致,但是有中文就没必要看英文,提高效率
个人感觉其实不错呀,挺适合初学的…为何评分这么低
This is a regular textbook about data structure and algorithm writing with Python examples, to me, this book is a English words book to make me connect many familiar concept, such as ‘stack’, ‘queue’, ‘binary tree’, I use eval() many years in JavaScript and PHP until now I know which is short for ‘evaluate’
书籍图文并茂,各个算法操作步骤一清二楚,是一本非常不错的书籍,但是缺点在于缺失了图,最大流等的相对“高级”一点的主题,缺少了对算法的严格证明。对于我,是作为"Algorithms 4th Edition"的补充材料在看,觉得是一本很不错的入门书籍,不知道豆瓣为什么评分这么低。
简明易懂