英文原版 Advanced Algorithms and Data Structures 高级算法和数据结构 英文版 进口英语原版书籍 作者:Marcello La Rocca出版社:Manning Publications出版时间:2023年06月 手机专享价 ¥ 当当价 降价通知 ¥749.00 配送至 广东广州市 至 北京市东城区 服务 由“华研外语旗舰店”发货,并提供售后服务。
1. 数据结构基础 1.1 数组(Array) 概念:数组是一个固定大小的线性数据结构,用于存储多个相同类型的元素。 操作:访问元素(O(1))、插入(O(n))、删除(O(n))等。 应用:静态数据、顺序存储。 1.2 链表(Lin…
副标题:The Science Of Computing 出版年:2004-6 页数:620 定价:USD 59.95 装帧:Paperback ISBN:9781584502500 豆瓣评分 评价人数不足 评价: 写笔记 写书评 加入购书单 分享到 推荐 内容简介· ··· Table of Contents Algorithms and Data Structures—The Science of Computing Preface...
数据结构与算法Data Structures and Algorithms 数据结构与算法课程将向学生介绍计算问题解决的算法和数据结构的设计。从搜索引擎到社交网络,再到医疗保健、能源和金融,现代技术创新的核心是设计用于筛选大型数据集的高效计算方法。该课程将使学生熟悉关键的算法设计范例和计算复杂性及运行时分析的中心概念。学生将掌握基本算...
Algorithms and Data Structures for Massive Datasets teaches you to take advantage of data processing and analytics techniques specifically designed for large distributed datasets. And you’ll be amazed how easy it is to learn such a challenging topic from this friendly guide! Complex concepts are ill...
5 Algorithms and Data Structures © N. Wirth 1985 (Oberon version: August 2004) Contents Preface 1 Fundamental Data Structures 1.1 Introduction 1.2 The Concept of Data Type 1.3 Primitive Data Types 1.4 Standard Primitive Types 1.4.1 Integer types 1.4.2 The type REAL 1.4.3 The type BOOLEAN ...
摘要:素数算法(Prime Num Algorithm) 数学是科学的皇后,而素数可以说是数学最为核心的概念之一。围绕素数产生了很多伟大的故事,最为著名莫过于哥德巴赫猜想、素数定理和黎曼猜想(有趣的是,自牛顿以来的三个最伟大数学家,欧拉、高斯和黎曼,分别跟这些问题有着深刻的渊源)。我写这篇文章不是要探讨和阅读全文...
Algorithms and Data Structures 作者:Jorg-Rudiger Sack 页数:580 定价:$ 118.65 ISBN:9783642033667 豆瓣评分 目前无人评价 评价: 写笔记 写书评 加入购书单 分享到
概述 排序:将一组杂乱无章的数据按一定的规律顺次排列起来。数据表(datalist):它是待排序数据对象的有限集合。排序码(key):通常数据对象有多个属性域,即多个数据成员组成,其中有一个属性域可用来区分对象,作为排序依据。该域即为排序码。每个数据表用哪个属性域作为排序码,要视具体的应用需要而定...
Contents: Basic Concepts and Introduction to Algorithms: Basic Concepts in Algorithmic Analysis Mathematical Preliminaries Data Structures Heaps and the Disjoint Sets Data Structures Techniques Based on Recursion: Induction Divide and Conquer Dynamic Programming First-Cut Techniques: The Greedy Approach Graph ...