书籍 A Common-Sense Guide to Data Structures and Algorithms的封面

A Common-Sense Guide to Data Structures and Algorithms

Jay Wengrow

出版时间

2017-08-12

ISBN

9781680502442

评分

★★★★★

标签

算法

书籍介绍

If you last saw algorithms in a university course or at a job interview, you’re missing out on what they can do for your code. Learn different sorting and searching techniques, and when to use each. Find out how to use recursion effectively. Discover structures for specialized applications, such as trees and graphs. Use Big O notation to decide which algorithms are best for your production environment. Beginners will learn how to use these techniques from the start, and experienced developers will rediscover approaches they may have forgotten.

目录
Introduction
Why Data Structures Matter
The Array: The Foundational Data Structure
Read
Search

显示全部
用户评论
讲的很浅,假如有基础就可以跳着看了, 个人觉得这本书从定位上(完全新手的角度)来说是很合适的, 唯一觉得不太满意的地方是这本书用的语言是js,很多点都不好用代码表达出来。
一天看完。书如其名就是一本数据结构与算法的入门书。看入门书的好处是建立一个宏观的概念,便于以后深入学习时把概念串到一起。
内容明明很浅,连 AVL 树伸展树都没讲,却喜欢卖弄,用了三门语言
是不是有点太简单了...
太浅了
要把数组玩坏了。。。