Tuesday, January 8, 2008

Data Structures And Algorithms Using Visual Basic


This is the first Visual Basic.NET (VB.NET) book to provide a comprehensive discussion of the major data structures and algorithms. Here, instead of having to translate material on C++ or Java, the professional or student VB.NET programmer will and a tutorial on how to use data structures and algorithms and a reference for implementation using VB.NET for data structures and algorithms from the .NET Framework Class Library as well as those that must be developed by the programmer.

This book is written primarily as a practical overview of the data structures and algorithms all serious computer programmers need to know and understand. Given this, there is no formal analysis of the data structures and algorithms covered in the book. Hence, there is not a single mathematical formula and not one mention of Big O analysis (for the latter the reader is referred to any of the books listed in the bibliography). Instead, the various data structures and algorithms are presented as problem-solving tools. We use simple timing tests to compare the performance of the data structures and algorithms discussed in the book.

This book can be used in both beginning and advanced computer programming courses that use the VB.NET language and, most importantly, by the professional Visual Basic programmer.

TABLE OF CONTENT:
Chapter 01 - Collections
Chapter 02 - Arrays and ArrayLists
Chapter 03 - Basic Sorting Algorithms
Chapter 04 - Basic Searching Algorithms
Chapter 05 - Stacks and Queues
Chapter 06 - The BitArray Class
Chapter 07 - Strings, the String Class, and the StringBuilder Class
Chapter 08 - Pattern Matching and Text Processing
Chapter 09 - Building Dictionaries
Chapter 10 - Hashing and the HashTable Class
Chapter 11 - Linked Lists
Chapter 12 - Binary Trees and Binary Search Trees
Chapter 13 - Sets
Chapter 14 - Advanced Sorting Algorithms
Chapter 15 - Advanced Data Structures and Algorithms for Searching
Chapter 16 - Graphs and Graph Algorithms
Chapter 17 - Advanced Algorithms

Code:

http://rapidshare.com/files/
55857502/datastrucvbn.rar

No comments:

Post a Comment

Your Ad Here