Data Structures and Algorithms with Python: Undergraduate Topics in Computer Science
Kent Lee,Steve Hubbard
Michael McMillan
0 reviews
Published
pages
views
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
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.
Your question is answered in the context of this title and author. Each answer uses 2 points.
0 reviews · 4.3 average out of 5
Sign in to publish a review.
Ask a focused question and learn from the community.
Related references that continue this learning path.
Kent Lee,Steve Hubbard