⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 readme.txt

📁 数据结构与算法分析(C++)(版第二版)源码
💻 TXT
字号:
README.txt file:

Source code directory for "A Practical Introduction to Data Structures
and Algorithms, 2nd Edition" by Clifford A. Shaffer

This directory contains a series of programs based on the code
examples from the textbook.  Nearly all of the code snippets in the
book are actual C++ code, for which I wrote enough scaffolding to
compile and test the code.  This directory contains programs derived
in turn from those code examples and scaffolding.  Since these
programs were written only to drive the textbook code, and since the
textbook code was written to be studied within the context of the book
itself, there are many parts to these programs with inadequate
documentation, or which are incomplete in their functionality.
However, they may be of use to students and instructors, so I am
making these source files available.

The best way to see how the files fit together is to look at the file
named "makefile".  For UNIX/g++ users, the makefile should be all you
need to compile the programs.  For Windows users, you should be able
to create the necessary project and workspace files for Microsoft
Visual C++ or any similar compiler easily enough by attempting to
compile the "main" source file for the program you are interested in.

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -