Data Structures and Algorithms Using Visual Basic.NET
Autor Michael McMillanen Limba Engleză Paperback – 6 mar 2005
Preț: 411.81 lei
Preț vechi: 514.76 lei
-20% Nou
Puncte Express: 618
Preț estimativ în valută:
78.82€ • 81.98$ • 66.05£
78.82€ • 81.98$ • 66.05£
Carte tipărită la comandă
Livrare economică 13-27 martie
Preluare comenzi: 021 569.72.76
Specificații
ISBN-13: 9780521547659
ISBN-10: 0521547652
Pagini: 414
Ilustrații: 75 b/w illus.
Dimensiuni: 191 x 235 x 21 mm
Greutate: 0.86 kg
Ediția:New.
Editura: Cambridge University Press
Colecția Cambridge University Press
Locul publicării:New York, United States
ISBN-10: 0521547652
Pagini: 414
Ilustrații: 75 b/w illus.
Dimensiuni: 191 x 235 x 21 mm
Greutate: 0.86 kg
Ediția:New.
Editura: Cambridge University Press
Colecția Cambridge University Press
Locul publicării:New York, United States
Cuprins
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.
Recenzii
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
Computing Reviews
Notă biografică
Descriere
A tutorial and reference for implementation using VB.NET for data structures and algorithms from the .NET Framework Class Library and elsewhere.