Our systems are now restored following recent technical disruption, and we’re working hard to catch up on publishing. We apologise for the inconvenience caused. Find out more

Recommended product

Popular links

Popular links


Data Structures and Algorithms Using Visual Basic.NET

Data Structures and Algorithms Using Visual Basic.NET

Data Structures and Algorithms Using Visual Basic.NET

Michael McMillan , Pulaski Technical College, Arkansas
March 2005
Available
Paperback
9780521547659

Looking for an examination copy?

If you are interested in the title for your course we can consider offering an examination copy. To register your interest please contact [email protected] providing details of the course you are teaching.

$74.00
USD
Paperback
USD
eBook

    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.

    • Only algorithms and data structures textbook using Visual Basic.NET
    • Teaches both implementation of data structures and algorithms and the use of the .NET Framework collection classes

    Reviews & endorsements

    “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

    See more reviews

    Product details

    July 2005
    Adobe eBook Reader
    9780511111976
    0 pages
    0kg
    75 b/w illus.
    This ISBN is for an eBook version which is distributed on our behalf by a third party.

    Table of Contents

    • 1. Collections
    • 2. Arrays and the array class
    • 3. The arraylist and sortedlist classes
    • 4. Basic sorting algorithms
    • 5. Basic searching algorithms
    • 6. Stacks and queues
    • 7. BitArrays and the BitVector structure
    • 8. Strings, the string class and the StringBuilder class
    • 9. Special string classes - StringCollection, StringDictionary and StringEnumerator
    • 10. Pattern matching and text processing - using the RegEx and supporting classes
    • 11. Hash tables
    • 12. Dictionaries - the DictionaryBase class and specialized dictionary classes
    • 13. Linked lists
    • 14. Binary trees and binary search trees
    • 15. Sets
    • 16. Advanced sorting algorithms
    • 17. Advanced searching algorithms
    • 18. Graphs and graph algorithms
    • 19. Greedy algorithms
    • 20. Probabilistic algorithms
    • 21. Dynamic programming.
      Author
    • Michael McMillan , Pulaski Technical College, Arkansas

      Michael McMillan is an instructor of Computer Science at Pulaski Technical College in Arkansas. He has written a textbook on Perl programming and co-authored an introductory textbook on Visual Basic.NET. He has also published over twenty articles in different trade journals on computer programming in Visual Basic, Perl and VBScript.