现在位置 >首页 > 所有关于数据结构的文章

Algorithms and Data Structures for Massive Datasets

大数据, 英文图书, 软件  暂无评论 ⁄ 1,597 次阅读+
In Algorithms and Data Structures for Massive Datasets, you’ll discover methods for reducing and sketching data so it fits in small memory without losing accuracy, and unlock the algorithms and data structures that form the backbone of a big data system. Data structures and algorithms that are great for traditional software may quickly slow or fail altogether when applied to huge datasets. Algorithms and Data Structures for Massive Datasets introduces a toolbox of new t...
详细信息

算法导论 (第三版)

软件  暂无评论 ⁄ 2,489 次阅读+
内容简介: 在有关算法的书中,有一些叙述非常严谨,但不够全面;另一些涉及了大量的题材,但又缺乏严谨性。本书将严谨性和全面性融为一体,深入讨论各类算法,并着力使这些算法的设计和分析能为各个层次的读者接受。全书各章自成体系,可以作为独立的学习单元;算法以英语和伪代码的形式描述,具备初步程序设计经验的人就能看懂;说明和解释力求浅显易懂,不失深度和数学严谨性。 全书选材经典、内容丰富、结构合理、逻辑清晰,对本科生的数据结构课程和研究生的算法课程都是非常实用的教材,在IT专业人员的职...
详细信息

大话数据结构

软件  暂无评论 ⁄ 3,618 次阅读+
内容简介:   《大话数据结构》为超级畅销书《大话设计模式》作者程杰潜心三年推出的扛鼎之作!以一个计算机教师教学为场景,讲解数据结构和相关算法的知识。通篇以一种趣味方式来叙述,大量引用了各种各样的生活知识来类比,并充分运用图形语言来体现抽象内容,对数据结构所涉及到的一些经典算法做到逐行分析、多算法比较。与市场上的同类数据结构图书相比,本书内容趣味易读,算法讲解细致深刻,是一本非常适合自学的读物。 编辑推荐:   《大话数据结构》为超级畅销书《大话设计模式》作者程杰潜...
详细信息

Data Structures and Algorithms in Java, 5th Edition

英文图书, 软件  暂无评论 ⁄ 2,186 次阅读+
Book Description: 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 illustrations, Web-based animations, and simplified mathematical analyses help readers quickly learn important concepts From the Back Cover A Clear, Visua...
详细信息

Data Structures Using C++, 2nd Edition

英文图书, 软件  暂无评论 ⁄ 1,719 次阅读+
Book Description Now in its second edition, D.S. Malik brings his proven approach to C++ programming to the CS2 course. Clearly written with the student in mind, this text focuses on Data Structures and includes advanced topics in C++ such as Linked Lists and the Standard Template Library (STL). The text features abundant visual diagrams, examples, and extended Programming Examples, all of which serve to illuminate difficult concepts. Complete programming co...
详细信息