注册 | 登录读书好,好读书,读好书!
读书网-DuShu.com
当前位置: 首页出版图书科学技术计算机/网络软件与程序设计C/C++及其相关C#语言的数据结构和算法

C#语言的数据结构和算法

C#语言的数据结构和算法

定 价:¥406.80

作 者: Michael McMillan 著
出版社: Oversea Publishing House
丛编项:
标 签: 暂缺

购买这本书可以去


ISBN: 9780521670159 出版时间: 2007-03-01 包装: 平装
开本: 页数: 字数:  

内容简介

  C# programmers: no more translating data structures from C++ or Java to use in your programs! Mike McMillan provides a tutorial on how to use data structures and algorithms plus the first comprehensive reference for C# implementation of data structures and algorithms found in the .NET Framework library, as well as those developed by the programmer. The approach is very practical, using timing tests rather than Big O notation to analyze the efficiency of an approach. Coverage includes arrays and array lists, linked lists, hash tables, dictionaries, trees, graphs, and sorting and searching algorithms, as well as more advanced algorithms such as probabilistic algorithms and dynamic programming. This is the perfect resource for C# professionals and students alike. 作者简介:Michael McMillan is an Instructor of Computer Information Systems at Pulaski Technical College, as well as an adjunct instructor at the University of Arkansas at Little Rock and the University of Central Arkansas. Mike's previous books include Object-Oriented Programming With Visual Basic.NET, Data Structures and Algorithms Using Visual Basic.NET, and Perl From the Ground Up. He was a co-author of Programming and Problem-Solving With Visual Basic.NET. Mike has written over 25 trade journal articles on programming and has over 20 years of experience in programming for industry and education.

作者简介

暂缺《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
Chapter 6 The BitArray Class
Chapter 7 Strings, the String Class, and the StringBuilder Class
Chapter 8 Pattern Matching and Text Processing
Chapter 9 Building Dictionaries: The DictionaryBase Class 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
Index

本目录推荐