Data Structures and the Standard Template Library

  • Authors:
  • William J. Collins

  • Affiliations:
  • -

  • Venue:
  • Data Structures and the Standard Template Library
  • Year:
  • 2002

Quantified Score

Hi-index 0.00

Visualization

Abstract

From the Publisher:DATA STRUCTURES AND THE STANDARD TEMPLATE LIBRARY by William Collins teaches the fundamentals of Data Structures and their implementations. It uses C++ as the language of instruction. Most of the data structures are provided in the Standard Template Library (STL),which students will be able to use in their further coursework and beyond. To further students' understanding of implementation issues,alternative implementation (other than the STL) are also discussed. Hands-on learning is promoted throughout the text by the use of Programming Projects and labs. Programming projects,at the end of each chapter,allow students to develop and implement their own data structures or to extend or apply data structures introduced in the chapter. Additionally,optional labs accompany the text and allow students to practice by giving them opportunities to code. These labs can be used in many different ways such as in a closed lab,in an open lab,or for optional homework assignments.