programming/c#
[펌]Data Structures and Algorithms with OO Design Patterns in C#
happy4u
2005. 4. 19. 13:40
c#으로 자료구조 공부하시는 분들께 좋은 자료가 될 것 같네요.
Data Structures and Algorithms
with Object-Oriented Design Patterns in C#
Bruno R. Preiss
B.A.Sc., M.A.Sc., Ph.D., P.Eng.
- Colophon
- Dedication
- Preface
- Contents
- Introduction
- Algorithm Analysis
- Asymptotic Notation
- Foundational Data Structures
- Data Types and Abstraction
- Stacks, Queues, and Deques
- Ordered Lists and Sorted Lists
- Hashing, Hash Tables, and Scatter Tables
- Trees
- Search Trees
- Heaps and Priority Queues
- Sets, Multisets, and Partitions
- Garbage Collection and the Other Kind of Heap
- Algorithmic Patterns and Problem Solvers
- Sorting Algorithms and Sorters
- Graphs and Graph Algorithms
- C# and Object-Oriented Programming
- Class Hierarchy Diagrams
- Character Codes
- References
- Index