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
'programming > c#' 카테고리의 다른 글
[갱신][펌]A summary of OO Priciples (0) | 2005.04.24 |
---|---|
[펌] 웹서비스 배포하기 (0) | 2005.04.06 |
[펌] 닷넷 프레임워크 기반의 소켓 프로그래밍 가이드 (1.0) (2) | 2005.03.11 |