Data structures and algorithms using C#
Main Author: | |
---|---|
Format: | Book |
Published: |
Cambridge, UK :
Cambridge University Press ,
c2007
|
Subjects: | |
Online Access: | Table of contents only Contributor biographical information Publisher description |
Table of Contents:
- 1. An introduction to collections, generics, and the timing class
- 2. Arrays and arraylists
- 3. Basic sorting algorithms
- 4. Basic searching algorithms
- 5. Stacks and queues
- 6. The BitArray class
- 7. Strings, the string class, and the StringBuilder class
- 8. Pattern matching and text processing
- 9. Building dictionaries: the dictionarybase class and the sortedlist class
- 10. Hashing and the Hashtable class
- 11. Linked lists
- 12. Binary trees and binary search tree
- 13. Sets
- 14. Advanced sorting algorithms
- 15. Advanced data structures and algorithms for searching
- 16. Graphs and graph algorithms
- 17. Advanced algorithms