A tutorial and reference for implementation using VB. NET for data structures and algorithms from the . NET Framework Class Library and elsewhere.
At last, the VB. NET programmer has a dedicated reference - no more translating elementary material from C++ or Java. This is the only VB. NET book that provides comprehensive discussions of the major data structures and algorithms from the . NET Framework Class Library, as well as those that the programmer must develop.
Inhaltsverzeichnis
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.