This is a decent read, teaches you some important topics like collections, strings, etc. But if you buy this book, supplement your reading with a complete VB book.
Data Structures and Algorithms Using Visual Basic.NET
โ Scribed by Michael McMillan
- Year
- 2005
- Tongue
- English
- Leaves
- 412
- Category
- Library
No coin nor oath required. For personal study only.
โฆ Synopsis
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.
๐ SIMILAR VOLUMES
In this tutorial for VisualBasic.NET programmers, data structures and algorithms are presented as problem-solving tools that do not require translations from C++ or Java. McMillan (computer information systems, Pulaski Technical College) explains arrays, ArrayLists, linked lists, hash tables, dictio
Algorithms are at the heart of every nontrivial computer application, and algorithmics is a modern and active area of computer science. Every computer scientist and every professional programmer should know about the basic algorithmic toolbox: structures that allow efficient organization and retriev