
厂商详情
Shoeisha Co., Ltd.
地址 | 5 Funamachi Shinjuku-ku Tokyo, 日本邮编:160-0006 |
---|---|
负责人姓名 | Kaoru Usui |
年收 | 不显示 |
公司人数 | 185 |
网址 |
SD商品编号:13485838
详情 | 价格 & 数量 | ||
---|---|---|---|
S1 |
Aditya Y. Bhargava 原作者
由 Queep Co.
翻译:Queep Co.
![]()
Aditya Y. Bhargava 原著
株式会社クイープ 監修
株式会社クイープ 翻訳
(186890)
JAN:9784798186890
|
(186890)
JAN:9784798186890
批发价: 仅限会员
1点/组
有库存
|
出货时期 |
---|
约1周
|
尺寸 |
---|
格式: B5
页数:352 |
商品规格 |
---|
描述
寻人、公交接驳、购物:...... 半径 3 米范围内的熟悉算法非常容易理解! 第二版增加了对各种算法背后使用的 "树形结构 "的解释! 算法知识是编程的基础。然而,当你开始学习算法时,往往会迷失在逻辑的高山和数学公式的低谷之间。 本书就是针对这种情况而推荐的。本书借助插图和示例程序,以熟悉的例子(如找人或在公共汽车上换乘)为基础,深入浅出地讲解了算法。 阅读本书,你只需具备初中水平的基础代数知识。如果你会一种编程语言,你会理解得更深。 如果你能读到最后,你就会对一些应用广泛的重要算法有扎实的了解。 [本书是 "Grokking Algorithms, Second Edition "的日文译本。] 目录 *第 1 章:这和那的算法 *第 2 章:排序、插入和选择:排序 *第 3 章:排序重复相同的步骤递归 *第4章:先想小,再想快:快速排序 *第5章:联想更快:哈希表 *第6章:做个图你就知道:广度优先搜索 *第7章:跟踪和查找:树形结构 *第8章 不要摇晃:平衡树 *第9章 从一本书到一架钢琴的易货贸易:Dijkstra方法 *第10章 问题不断:贪婪法 *第 11 章 Drobo 计划:动态编程法 *第 12 章 分类后的预测:K 近邻法 *第13章 下一步是什么? *附录 A AVL 树性能 *附录 B NP 难问题 *附录 C 答案 |
更多
配送方法 | 估计到达 |
---|---|
Sea Mail | 从 2025年11月07日 到 2026年01月09日 |
Air Mail | 从 2025年10月22日 到 2025年10月24日 |
EMS | 从 2025年10月21日 到 2025年10月24日 |
Pantos Express | 从 2025年10月23日 到 2025年10月28日 |
DHL | 从 2025年10月21日 到 2025年10月23日 |
UPS | 从 2025年10月21日 到 2025年10月23日 |
FedEx | 从 2025年10月21日 到 2025年10月23日 |
某些交易条件可能仅适用于日本
本产品(书籍)受转售价格维护计划的约束。 法律允许制造商(出版商)指定销售价格。在不太可能的情况下,如果你没有这样做,我们可以终止交易。在不太可能的情况下,如果你没有这样做,我们可以终止交易。
|
此类产品中的其他产品:
半径 3 米范围内的熟悉算法非常容易理解!
第二版增加了对各种算法背后使用的 "树形结构 "的解释!
算法知识是编程的基础。然而,当你开始学习算法时,往往会迷失在逻辑的高山和数学公式的低谷之间。
本书就是针对这种情况而推荐的。本书借助插图和示例程序,以熟悉的例子(如找人或在公共汽车上换乘)为基础,深入浅出地讲解了算法。
阅读本书,你只需具备初中水平的基础代数知识。如果你会一种编程语言,你会理解得更深。
如果你能读到最后,你就会对一些应用广泛的重要算法有扎实的了解。
[本书是 "Grokking Algorithms, Second Edition "的日文译本。]
目录
*第 1 章:这和那的算法
*第 2 章:排序、插入和选择:排序
*第 3 章:排序重复相同的步骤递归
*第4章:先想小,再想快:快速排序
*第5章:联想更快:哈希表
*第6章:做个图你就知道:广度优先搜索
*第7章:跟踪和查找:树形结构
*第8章 不要摇晃:平衡树
*第9章 从一本书到一架钢琴的易货贸易:Dijkstra方法
*第10章 问题不断:贪婪法
*第 11 章 Drobo 计划:动态编程法
*第 12 章 分类后的预测:K 近邻法
*第13章 下一步是什么?
*附录 A AVL 树性能
*附录 B NP 难问题
*附录 C 答案
Familiar algorithms in a radius of 3 meters are so easy to understand!
Second edition with expanded explanation of the "tree structure" used behind various algorithms!
Knowledge of algorithms is essential for programming. However, when you start learning algorithms, you often get lost between the mountains of logic and the valleys of mathematical formulas.
This book is recommended for such situations. This book explains algorithms in simple terms with the help of illustrations and sample programs, using familiar examples such as finding a person or transferring on a bus.
To read the book, you only need to know basic algebra at the middle school level. If you know one of the programming languages, you will understand more deeply.
If you read to the end, you will have a solid understanding of a number of important algorithms with a wide range of applications.
[This book is the Japanese translation of "Grokking Algorithms, Second Edition."]
[Table of Contents].
*Chapter 1: Algorithms for This and That
*Chapter 2: Sorting, Inserting, and Selecting: Sorting
*Chapter 3. Same Steps Over and Over: Recursion
*Chapter 4: Think Tiny, Then Think Quick: Quick Sort
*Chapter 5: Quicker by association: hash tables
*Chapter 6: Make a graph and you'll see: breadth-first search
*Chapter 7: Trace and find: Tree structure
*Chapter 8 Don't wobble: Equilibrium trees
*Chapter 9 Bartering from a book to a piano: Dijkstra method
*Chapter 10 The problem goes on and on: The greed method
*Chapter 11 Drobo is planned: Dynamic programming method
*Chapter 12 Predict after classification: k-nearest neighbor method
*Chapter 13 What's next?
*Appendix A AVL Tree Performance
*Appendix B NP-hard problems
*Appendix C Answers