Data Structures and Algorithms Using Visual Basic.NET

Data Structures and Algorithms Using Visual Basic.NET book cover

Data Structures and Algorithms Using Visual Basic.NET

Author(s): Michael McMillan (Author)

  • Publisher: Cambridge University Press
  • Publication Date: March 7, 2005
  • Edition: Illustrated
  • Language: English
  • Print length: 414 pages
  • ISBN-10: 0521547652
  • ISBN-13: 9780521547659

Book 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.

Editorial Reviews

Review

Choosing which data structure and sorting algorithms to use can have a great effect on the speed of the program. This book helps programmers make those choices. This book begins with an introduction to properties and classes in VB.NET. It also describes the creation of a timing test in the VB.NET environment, which is used repeatedly in later chapters to demonstrate how different structures and searching techniques can change program completion time. This little bit of code is the prize inside, since it can be used whenever timing of VB.NET programming is needed…[This book] thoroughly covers the basics, and some more advanced topics of data structures and searching algorithms, using VB.NET with a minimalist approach.
Computing Reviews

Book Description

A tutorial and reference for implementation using VB.NET for data structures and algorithms from the .NET Framework Class Library and elsewhere.

View on Amazon

未经允许不得转载:Wow! eBook » Data Structures and Algorithms Using Visual Basic.NET