数据结构与算法(C#语言版)

数据结构与算法(C#语言版)
作 者: 麦克米兰
出版社: 清华大学出版社
丛编项: 大学计算机教育国外著名教材系列(影印版)
版权说明: 本书为公共版权或经版权方授权,请支持正版图书
标 签: VC++
ISBN 出版时间 包装 开本 页数 字数
未知 暂无 暂无 未知 0 暂无

作者简介

暂缺《数据结构与算法(C#语言版)》作者简介

内容简介

《数据结构与算法(C#语言版)(影印版)》是第一本关于在.NET框架下用C#语言实现数据结构与算法的教材。《数据结构与算法(C#语言版)(影印版)》内容丰富,不仅涵盖了涵盖了基本数据结构与算法的知识,而且还介绍了诸如可靠性算法和动态程序设计之类的高等数据结构的内容。《数据结构与算法(C#语言版)(影印版)》的实用性强,介绍了数组与数组列表、链表、哈希表、词典、树、图,以及查找与排序算法,并且还介绍一些高等数据结构算法,如可靠性算法、动态程序设计等。《数据结构与算法(C#语言版)(影印版)》是C#专业人员和学生学习数据结构与算法的很好用书。

图书目录

Preface page vii

Chapter 1

An Introduction to Collections, Generics, and the

Timing Class 1

Chapter 2

Arrays and ArrayLists 26

Chapter 3

Basic Sorting Algorithms 42

Chapter 4

Basic Searching Algorithms SS

Chapter 5

Stacks and Queues 68

Chapter 6

The BitArray Class 94

Chapter 7

StringS, the String Class, and the StringBuilder Class 119

Chapter 8

Pattern Matching and T6xt Processing 147

Chapter 9

Building Dictionaries: The DictionaryBase Class and the

SortedList Class 165

Chapter 10

Hashing and the Hashtable Class 176

Chapter 11

Link6d Lists 194

Chapter 12

Binary Trees and Binary Search Trees 218

Chapter 13

Sets 237

Chapter 14

Advanced Sorting Algorithms 249

Chapter 15

Advanced Data Structures and Algorithms for Searching 263

Chapter 16

Graphs and Graph Algorithms 283

Chapter 17

Advanced Algorithms 314

Ref6rences 339