Python 数据结构与算法(英文版)

时间:2010-08-19 08:03:03
【文件属性】:

文件名称:Python 数据结构与算法(英文版)

文件大小:3.25MB

文件格式:RAR

更新时间:2010-08-19 08:03:03

This book is about the fundamentals of data structures and algorithms--the basic elements from which large and complex software artifacts are built. To develop a solid understanding of a data structure requires three things: First, you must learn how the information is arranged in the memory of the computer. Second, you must become familiar with the algorithms for manipulating the information contained in the data structure. And third, you must understand the performance characteristics of the data structure so that when called upon to select a suitable data structure for a particular application, you are able to make an appropriate decision.


【文件预览】:
Python 数据结构与算法 .chm

网友评论

  • 算法和数学关系很大, 和语言关系不大, 但是不同的语言实现的难度不同,python还是很好用的。。很好的资料。
  • 算法和数学关系还是很大的,如果基础不好,难度也会比较大