书籍 Think Data Structures的封面

Think Data Structures

Allen B. Downey

出版时间

2017-08-24

ISBN

9781491972397

评分

★★★★★

标签

算法

书籍介绍

If you’re a student studying computer science or a software developer preparing for technical interviews, this practical book helps you learn and review the most important ideas in software engineering—data structures and algorithms—in a way that’s clearer, more concise, and more engaging than other materials. You’ll explore the important classes in the Java collections framework (JCF), how they’re are implemented, and how they are expected to perform.

By emphasizing practical knowledge and skills over theory, author Allen Downey shows you how to use data structures to implement efficient algorithms, and then analyze and measure their performance.

You’ll also:

* Learn good software engineering practices and modern data structures

* Get an engaging case study—the design and implementation of a simple web search engine

* Practice software engineering skills by working on a series of engaging exercises in each chapter

用户评论
非常好的复习基本数据结构的实现以及基本操作的时间复杂度的书。 作者的code写的很干净。 说明里提到他的背景 He has a Ph.D. in Computer Science from U.C. Berkeley and Master’s and Bachelor’s degrees from MIT.
这本书真的是可以作为数据结构的重要学习资料,写得非常实用,告诉你具体数据结构如何在CS中使用,比如 DOM Tree 的遍历。
计算机数据结构思维入门知识
适合初学数据结构的。
这本书的中文翻译 https://github.com/wizardforcel/think-dast-zh