Tags
Language
Tags
April 2024
Su Mo Tu We Th Fr Sa
31 1 2 3 4 5 6
7 8 9 10 11 12 13
14 15 16 17 18 19 20
21 22 23 24 25 26 27
28 29 30 1 2 3 4

A Laboratory Course in C++ Data Structures (2nd Edition) [Repost]

Posted By: ChrisRedfield
A Laboratory Course in C++ Data Structures (2nd Edition) [Repost]

James Roberge, ‎Stefan Brandle - A Laboratory Course in C++ Data Structures (2nd Edition)
Published: 2003-05-25 | ISBN: 0763719765 | PDF | 300 pages | 15 MB


With a dynamic learn-by-doing focus, this laboratory manual encourages students to explore data structures by implementing them, a process through which students discover how data structures work and how they can be applied.
A Laboratory Course in C++ Data Structures, Second Edition assumes that students are familiar with the following C++ constructs; built-in simple data types, stream I/O as provided in , stream I/O as provided in , control structures while, do-while, for, if, and switch, user-defined functions with value and reference parameters, and built-in array types.