<?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>
  <name type="personal">
    <namePart>Teague, David</namePart>
  </name>
  <typeOfResource>text</typeOfResource>
  <originInfo>
    <place>
      <placeTerm type="code" authority="marccountry">xxu</placeTerm>
    </place>
    <place>
      <placeTerm type="text">Boston</placeTerm>
    </place>
    <publisher>Jones and Bartett Publishers</publisher>
    <dateIssued>2001</dateIssued>
    <edition>2nd ed.</edition>
    <issuance>monographic</issuance>
  </originInfo>
  <language>
    <languageTerm authority="iso639-2b" type="code">eng</languageTerm>
  </language>
  <physicalDescription>
    <form authority="marcform">print</form>
    <extent>xiv, 819 p.: 26cm.</extent>
  </physicalDescription>
  <tableOfContents>Contents: Software engineering principles -- Data design and implementation -- ADTs unsorted and sorted list -- ADTs stack and queue -- Linked structures -- Lists plus -- Programming with recursion -- Binary search trees -- Teers plus -- Sorting and searching algorithms -- Appendix A: Reserved words -- Appendix B: Operator precedents -- Appendix C: A Selection of standard library routines -- Appendix D: Character sets -- Appendix E: The Standard template library.</tableOfContents>
  <note type="statement of responsibility">Nell Dale</note>
  <note>Includes glossary and index.</note>
  <subject>
    <topic>    C++ (Computer program language)</topic>
    <topic>Data structures (Computer science)</topic>
  </subject>
  <classification authority="lcc">QA76.73.C153 D3341</classification>
  <identifier type="isbn">0763714704</identifier>
  <recordInfo>
    <recordCreationDate encoding="marc">121102</recordCreationDate>
  </recordInfo>
</mods>
