1 / 182
文档名称:

CRC Press - Algorithms and Data Structures in C++.pdf

格式:pdf   页数:182
下载后只包含 1 个 PDF 格式的文档,没有任何的图纸或源代码,查看文件列表

如果您已付费下载过本站文档,您可以点这里二次下载

CRC Press - Algorithms and Data Structures in C++.pdf

上传人:bolee65 2014/1/27 文件大小:0 KB

下载得到文件列表

CRC Press - Algorithms and Data Structures in C++.pdf

文档介绍

文档介绍:Algorithms and Data Structures in C++:Preface
Algorithms and Data Structures in C++
by Alan Parker
CRC Press, CRC Press LLC
ISBN: 0849371716 Pub Date: 08/01/93

Table of Contents
Preface
This text is designed for an introductory quarter or semester course in algorithms and data structures for
students in engineering puter science. It will also serve as a reference text for programmers in
C++. The book presents algorithms and data structures with heavy emphasis on C++. Every C++
program presented is a stand-alone program. Except as noted, all of the programs in the book have been
compiled and executed on multiple platforms.
When used in a course, the students should have access to C++ reference manuals for their particular
programming environment. The instructor of the course should strive to describe to the students every
line of each program. The prerequisite knowledge for this course should be a minimal understanding of
digital logic. A high-level programming language is desirable but not required for more advanced
students.
The study of algorithms is a massive field and no single text can do justice to every intricacy or
application. The philosophy in this text is to choose an appropriate subset which exercises the unique and
more modern aspects of the C++ programming language while providing a stimulating introduction to
realistic problems.
I close with special thanks to my friend and colleague, Jeffrey H. Kulick, for his contributions to this
manuscript.
Alan Parker
Huntsville, AL
1993
Dedication
to
Valerie Anne Parker
file:///N|/CRC%20Press%20-%20Algorithms%20and%20Data%20Structures%20in%20C++/ (1 of 2) [6/22/2003 10:12:14 PM]
Algorithms and Data Structures in C++:Preface
Table of Contents
Copyright © CRC Press LLC
file:///N|/CRC%20Press%20-%20Algorithms%20and%20Data%20Structures%20in%20C++/ (2 of 2) [6/22/2003 10:12:14 PM]
Algorithms and Data Structures in C++:Table of Content