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