喜欢读"Data Structures and Algorithms in Python"的人也喜欢· ··· Kernel Methods for Pattern Analysi...9.2 Think Python, 2nd Edition8.8 Make Your Own Neural Network9.5 Operating System Design Bayesian Reasoning and Machine ...9.5 Probability...
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...
通过全面的动画,逐行可视化数据结构和算法的内部工作 你将学到什么 了解计算机如何存储和处理数据 使用Big O符号分析任何算法的空间和内存利用率 深入探究函数执行机制,揭开递归概念的神秘面纱 从头开始实现最常见的9种数据结构 了解最著名的8种排序算法是如何工作的 学习树和图的搜索/遍历算法 提高解决问题的技能 了解...
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 ...
Adam Drozdek, Data structures and algorithms in C++ 2nd edition, 2001.Drozdek, A. (2001) "Data Structures and Algorithms in C++", 2nd edition. Pacific Grove, CA - USA: Brooks / Cole.Drozdek A. Data Structures and Algorithms in C++(Second Edition)[J].Thomson Learning 2001.Adam Drozdek,"...
数据结构与算法Data Structures and Algorithms 数据结构与算法课程将向学生介绍计算问题解决的算法和数据结构的设计。从搜索引擎到社交网络,再到医疗保健、能源和金融,现代技术创新的核心是设计用于筛选大型数据集的高效计算方法。该课程将使学生熟悉关键的算法设计范例和计算复杂性及运行时分析的中心概念。学生将掌握基本算...
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 Program Design in C++ Kruse, Robert L.; Tondo, Clovis L.; Leung, Bruce P. A Ryba - Prentice-Hall, Inc. 被引量: 117发表: 1999年 Data structures and algorithm analysis in C++ With its focus on creating efficient data structures and algorithms, this comprehensive text he...
【课程】清华大学 Data Structures and Algorithms (I) Data Structures and Algorithms I Week 4 向量(上) Binary Search 二分查找 实现 复杂度 Quiz 查找长度 Week 5 向量(下) 有序向量查找 Fibonacci查找 最优性 有序向量二分查找(改进) 构思 语意...