定价:GBP 121.23 装帧:Hardcover ISBN:9781118290279 豆瓣评分 9.4 124人评价 5星 76.6% 4星 21.0% 3星 2.4% 2星 0.0% 1星 0.0% 评价: 写笔记 写书评 加入购书单 分享到 推荐 内容简介· ··· Based on the authors' market leading data structures books in Java and C++, this book offers a compre...
Data Structures & Algorithms in Java 作者: Michael T. Goodrich / Roberto Tamassia / Michael H. Goldwasser 出版社: Wiley 出版年: 2014 页数: 736 定价: USD 167.95 装帧: Paperback ISBN: 9781118771334 豆瓣评分 9.6 27人评价 5星 74.1% 4星 25.9% 3星 0.0% 2星 0.0% 1星 0.0% 评价: 写...
简介 Data Structures and Algorithms in Java, Second Edition is designed to be easy to read and understand although the topic itself is complicated. Algorithm...展开短评 打开App写短评 Y叔2014-06-25 16:52:36 第一本完整读完的数据结构和算法书,applet展示基本跳过,题没做。讲解还算是比较清晰。 0...
This second edition of Data Structures and Algorithms in C++ is designed to provide an introduction to data structures and algorithms, including their design, analysis, and implementation. The authors offer an introduction to object-oriented design with C++ and design patterns, including the use of ...
数据结构与算法Data Structures and Algorithms 数据结构与算法课程将向学生介绍计算问题解决的算法和数据结构的设计。从搜索引擎到社交网络,再到医疗保健、能源和金融,现代技术创新的核心是设计用于筛选大型数据集的高效计算方法。该课程将使学生熟悉关键的算法设计范例和计算复杂性及运行时分析的中心概念。学生将掌握基本算...
通过全面的动画,逐行可视化数据结构和算法的内部工作 你将学到什么 了解计算机如何存储和处理数据 使用Big O符号分析任何算法的空间和内存利用率 深入探究函数执行机制,揭开递归概念的神秘面纱 从头开始实现最常见的9种数据结构 了解最著名的8种排序算法是如何工作的 学习树和图的搜索/遍历算法 提高解决问题的技能 了解...
Data Structures and Algorithms in Java, 2nd Edition - Goodrich, Tamassia - 2001 () Citation Context ...with no collision [22]. 7.2.3.2 Hash Function A hash function is a function that maps any arbitrary object into an integer in the range of [0, N-1], where N is the expected ...
Data Structures and Algorithms in Java Sixth Edition 1.Java Primer 2.Object-Oriented Design 3.Fundamental Data Structures 4.Algorithm Analysis 5.Recursion 6.Stacks,Queues,and Deques 7.List and Iterator ADTs 8.Trees 9.Priority Queues 10.Maps,Hash Tables,and Skip Lists ...
∗ This newest edition examines fundamental data structures by following a consistent object–oriented framework that builds intuition and analysis skills of data structures and algorithms ∗ Presents new figures, simpler language, and more practical motivations from real–world scenarios ∗ Numerous ...
/*** * Data Structures in C++ * ISBN: 7-302-33064-6 & 7-302-33065-3 & 7-302-29652-2 & 7-302-26883-3 * Junhui DENG, deng@tsinghua.edu.cn * Computer Science & Technology, Tsinghua University * Copyright (c) 2003-2021. All rights reserved. ***...