<?xml version="1.0" encoding="UTF-8"?>
<mods xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://www.loc.gov/mods/v3" version="3.1" xsi:schemaLocation="http://www.loc.gov/mods/v3 http://www.loc.gov/standards/mods/v3/mods-3-1.xsd">
  <titleInfo>
    <title>C++ plus data structures</title>
  </titleInfo>
  <name type="personal">
    <namePart>Dale Nell</namePart>
    <role>
      <roleTerm authority="marcrelator" type="text">creator</roleTerm>
    </role>
  </name>
  <typeOfResource>text</typeOfResource>
  <originInfo>
    <place>
      <placeTerm type="code" authority="marccountry">xxu</placeTerm>
    </place>
    <place>
      <placeTerm type="text">Boston</placeTerm>
    </place>
    <publisher>Jones &amp; Barttett Publishers</publisher>
    <dateIssued>1999</dateIssued>
    <issuance>monographic</issuance>
  </originInfo>
  <language>
    <languageTerm authority="iso639-2b" type="code">eng</languageTerm>
  </language>
  <physicalDescription>
    <form authority="marcform">print</form>
    <extent>xxiii, 773 p.: ill.; 24cm.</extent>
  </physicalDescription>
  <tableOfContents>Contents: Software engineering principles: Software design process -- Verification of software correctness -- Data design and implementation: Abstraction and built-in types -- Higher level abstraction and the C++ class type -- ADTs unsorted list: Abstract data type unsorted list -- Abstract data type sorted list comparison of algorithms -- Comparison of unsorted and sorted list ADT algorithms -- Class constructors, destructors, and overloading operators -- ADTs stack and queue -- More about generics: C++ templates -- Pointer types -- Dynamically allocated arrays -- Linked structures: Implementing a stack as a linked structure -- Implementing a queue as a linked structure -- Implementing the sorted list as a linked structure -- Implementing the sorted list as a linked structure -- Lists plus: Circular linked list -- Doubly linked lists -- Linked lists with headers and trailers copy structures -- A Specialized list ADT -- A Linked list as an array of records -- Object-oriented design: Composition and inheritance -- Programming with recursion -- Binary search tree -- Trees plus: Binary expression trees -- A nonlinked representation of binary trees -- ADT priority queue -- Graphs -- Sorting and searching algorithms: Sorting -- Searching -- Radix sort -- Appendix A: A Reserved words -- Appendix B: Operator procedence -- Appendix C: Description of selected operators -- Appendix D: C++ library routines and constants -- Appendix E: The character sets.</tableOfContents>
  <note type="statement of responsibility">Nell Dale</note>
  <note>Includes glossary and index.</note>
  <subject>
    <topic>C++ (Computer program language) Data structures (Computer science) COMPUTERS -- Data Processing</topic>
  </subject>
  <classification authority="lcc">QA76.73.C153 D334</classification>
  <identifier type="isbn">0763706213</identifier>
  <recordInfo>
    <recordCreationDate encoding="marc">121102</recordCreationDate>
  </recordInfo>
</mods>
