Jump to ratings and reviews
Rate this book

Data Structures and Algorithms Using C#

Rate this book
C# 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.

366 pages, Paperback

First published January 1, 2007

7 people are currently reading
54 people want to read

About the author

Michael McMillan

64 books1 follower

Ratings & Reviews

What do you think?
Rate this book

Friends & Following

Create a free account to discover what your friends think of this book!

Community Reviews

5 stars
3 (15%)
4 stars
4 (21%)
3 stars
6 (31%)
2 stars
6 (31%)
1 star
0 (0%)
Displaying 1 - 4 of 4 reviews
1 review
October 2, 2020
If you are interested in Data Structure and Algorithm but only available in C#, then my advise is DON’T TAKE THIS BOOK. First, you would waste your time trying to debug the codes in this book, which have many, many mistakes. Second, only some of the topics are written carefully. The rest of them, the author only presents to you the very basic of the concepts, one or two sentences about a long code. You will have to interpret the code yourself and study again with other sources if you want a clear understanding of these topics.
Displaying 1 - 4 of 4 reviews

Can't find what you're looking for?

Get help and learn more about the design.