作者:Michael McMillan
出版日期:March 26, 2007
出版社:Cambridge University Press
页数:366
ISBN:ISBN-10: 0521670152 ISBN-13: 978-0521670159
文件格式:PDF
Review
“An excellent, thoroughly enjoyable work on introductory andintermediate data structures for the increasingly popular C#programming language…. This book is valuable for any data structurescourse.” — M Connell, SUNY College at Cortland, CHOICE
Product Description
C# programmers: no more translating data structures from C++ or Java touse in your programs! Mike McMillan provides a tutorial on how to usedata structures and algorithms plus the first comprehensive referencefor 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 Onotation to analyze the efficiency of an approach. Coverage includesarrays and array lists, linked lists, hash tables, dictionaries, trees,graphs, and sorting and searching algorithms, as well as more advancedalgorithms such as probabilistic algorithms and dynamic programming.This is the perfect resource for C# professionals and students alike.