文档介绍:Data Structures and Algorithms with Object-Oriented Design Patterns in C#
Data Structures and Algorithms
with Object-Oriented Design Patterns in C#
Bruno R. Preiss
., ., ., .
● 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
Copyright © 2001 by Bruno R. Preiss, . All rights reserved.
Data Structures and Algorithms with Object-Oriented Design Patterns in C#
Colophon
Copyright © 2004 by Bruno R. Preiss.
All rights reserved. No part of this publication may be reproduced, stored in a retrieval system, or
transmitted, in any form or by any means, electronic, mechanical, photocopying, recording, or
otherwise, without the prior written permission of the author.
This book was prepared with LaTeX and reproduced from camera-ready copy supplied by the author.
The book is typeset using puter Modern fonts designed by Donald E. Knuth with various
additional glyphs designed by the author and implemented using METAFONT.
METAFONT is a trademark of Addison Wesley pany.
Java is a registered trademark of Sun Microsystems.
TeX is a trademark of the American Mathematical Society.
UNIX is a registered trademark of AT&T Bell Laboratories.
Microsoft is a registered trademark of Microsoft Corporation.
Copyright © 2001 by Bruno R. Preiss, . All rights reserved.
Data Structures and Algorith