Skip to content

Data Structures and Algorithms Using C#

Best in textbook rentals since 2012!

ISBN-10: 0521876915

ISBN-13: 9780521876919

Edition: 2007

Authors: Michael McMillan

List price: $144.99
Shipping box This item qualifies for FREE shipping.
Blue ribbon 30 day, 100% satisfaction guarantee!
what's this?
Rush Rewards U
Members Receive:
Carrot Coin icon
XP icon
You have reached 400 XP and carrot coins. That is the daily max!

Description:

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…    
Customers also bought

Book details

List price: $144.99
Copyright year: 2007
Publisher: Cambridge University Press
Publication date: 3/26/2007
Binding: Hardcover
Pages: 366
Size: 7.25" wide x 9.25" long x 1.00" tall
Weight: 1.584
Language: English

Preliminaries
Collections
Arrays and arraylists
Basic sorting algorithms
Basic searching algorithms
Stacks and queues
The bitarray class
Strings, the string class and the stringbuilder class
Pattern matching and text processing
Building dictionaries - the dictionarybase class and the sortedlist class
Hashing and the hashtable class
Linked lists
Binary trees and binary search trees
Sets
Advanced sorting algorithms
Advanced data structures and algorithms for searching
Graphs and graph algorithms
Advanced algorithms