English | 中文 | Русский | Français
2,595 Posts served
8,341 Conversations started
I recently found an excellent five part series of articles on MSDN examining data structures and algorithm analysis using C# 2.0 and you can read the five part series here.
|
![]() |
Mark Allen Weiss has written several excellent books on data structures and algorithm analysis including Data Structures and Problem Solving Using Java and Data Structures and Algorithm Analysis in C++. Unfortunately Mark doesn't have a version of his book in C# although hopefully that will change in the future.
In 1994 I took a class on data structures and algorithm analysis and we used an earlier edition of the book written by Mark Allen Weiss. Even though these data structures and the concepts of algorithm analysis have been around for well over a decade the fact remains that they provide the foundations upon which software today is designed and implemented.
If you have access to a copy of Adobe Acrobat then it is definitely worth printing the five part MSDN series into a single .pdf document which will give you a small 90 page eBook on data structures. That said however, I would also recommend getting one of the above books on the subject too.
