Data Structures and Algorithms Using C#

Category: Programming
Author: Michael McMillan
1.0

About This Book

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.

Comments

by anonymous   2017-12-04
Read the [Reviews of that book on Amazon](https://www.amazon.com/Data-Structures-Algorithms-Using-C/dp/0521670152#customerReviews). Sounds like a horrible book, and has the potential to lead you down some bad paths.
by anonymous   2017-10-15
@RichardRublev googling for the `for` line returns this https://www.slideshare.net/helghareeb/lecturenotes06dsa. Googling for phrases from this leads to [this out-of-print 2007 book](https://www.cambridge.org/core/books/data-structures-and-algorithms-using-c/B5BF0A10FEF6710B02F5A9C7C14B7BD2). All you need to check is [the Amazon Reviews](https://www.amazon.com/Data-Structures-Algorithms-Using-C/dp/0521670152). It's **HARD** to get 2/5 even in Amazon!