数据结构与算法(C#语言版)(大学计算机教育国外著名教材系列(影印版))
分類: 图书,计算机/网络,程序设计,C C++ C# VC VC++,
作者: (美)麦克米兰(McMillan,M.)著
出 版 社: 清华大学出版社
出版时间: 2009-5-1字数:版次: 1页数: 339印刷时间:开本: 16开印次:纸张:I S B N : 9787302197980包装: 平装内容简介
本书是第一本关于在.NET框架下用C#语言实现数据结构与算法的教材。本书内容丰富,不仅涵盖了基本数据结构与算法的知识,而且还介绍了诸如可靠性算法和动态程序设计之类的高等数据结构的内容。本书的实用性强,介绍了数组与数组列表、链表、哈希表、词典、树、图,以及查找与排序算法,并且还介绍一些高等数据结构算法,如可靠性算法、动态程序设计等。
本书是C#专业人员和学生学习数据结构与算法的很好用书。
目录
Preface
Chapter 1 An Introduction to Collections,Generics,and the Timing Class
Chapter 2 Arrays and ArrayLists
Chapter 3 Basic Sorting Algorithms
Chapter 4 Basic Searching Algorithms
Chapter 5 Stacks and Queues
ChaIpter 6 The BitArray Class
ChaIpter 7 Strings,the String Class,and the StringBuilder Class
ChaIpter 8 Pattern Matching and Text Processing
Chapter 9 Building Dictionaries:The DictionaryBase CIass and the SortedList Class
Chapter 10 Hashing and the Hashtable Class
Chapter 11 Linked Lists
Chapter 12 Binary Trees and Binary Search Trees
Chapter 13 Sets
Chapter 14 Advanced Sorting Algorithms
Chapter 15 Advanced Data Structures and Algorithms for Searching
Chapter 16 Graphs and Graph Algorithms
Chapter 17 Advanced Algorithms References