Skip to content

Data Structures and Algorithms Using Visual Basic. NET

Best in textbook rentals since 2012!

ISBN-10: 0521547652

ISBN-13: 9780521547659

Edition: 2005

Authors: Michael McMillan

List price: $69.99
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:

Including a tutorial on how to use data structures and algorithms and a reference for implementation using VB.NET and the .NET Framework Class Library, this is the first Visual Basic.NET book to provide a comprehensive discussion of the major data structures and algorithms. Michael McMillan presents arrays and arraylists, linked lists, hash tables, dictionaries, trees, graphs, sorting and searching as well as more advanced algorithms, such as probabilistic algorithms and dynamic programming in an object-oriented fashion. Finally, the professional or student VB.NET programmer has a dedicated reference instead of having to translate material on C++ or Java.
Customers also bought

Book details

List price: $69.99
Copyright year: 2005
Publisher: Cambridge University Press
Publication date: 3/7/2005
Binding: Paperback
Pages: 414
Size: 7.00" wide x 9.25" long x 1.00" tall
Weight: 1.496
Language: English

Collections
Arrays and the array class
The arraylist and sortedlist classes
Basic sorting algorithms
Basic searching algorithms
Stacks and queues
BitArrays and the BitVector structure
Strings, the string class and the StringBuilder class
Special string classes - StringCollection, StringDictionary and StringEnumerator
Pattern matching and text processing - using the RegEx and supporting classes
Hash tables
Dictionaries - the DictionaryBase class and specialized dictionary classes
Linked lists
Binary trees and binary search trees
Sets
Advanced sorting algorithms
Advanced searching algorithms
Graphs and graph algorithms
Greedy algorithms
Probabilistic algorithms
Dynamic programming