<?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>Data Structures</title>
    <subTitle>A Pseudocode Approach with C</subTitle>
  </titleInfo>
  <name type="personal">
    <namePart>Gilberg, Richard F.</namePart>
    <role>
      <roleTerm authority="marcrelator" type="text">creator</roleTerm>
    </role>
  </name>
  <name type="personal">
    <namePart>Forouzan,  Behrouz A.</namePart>
  </name>
  <typeOfResource>text</typeOfResource>
  <originInfo>
    <place>
      <placeTerm type="code" authority="marccountry">xx</placeTerm>
    </place>
    <place>
      <placeTerm type="text">Boston, Mass</placeTerm>
    </place>
    <publisher>Thomson/Course Technology</publisher>
    <dateIssued>©2005</dateIssued>
    <dateIssued encoding="marc">9999</dateIssued>
    <edition>2nd Ed.</edition>
    <issuance>monographic</issuance>
  </originInfo>
  <language>
    <languageTerm authority="iso639-2b" type="code">und</languageTerm>
  </language>
  <physicalDescription>
    <form authority="marcform">print</form>
    <extent>xvi, 720 p. :  illustrations (some color) ;  25 cm</extent>
  </physicalDescription>
  <tableOfContents>Part 1: Introduction
1. Basic Concepts
2. RecursionPart 2: Linear Lists
3. Stacks4. Queues
5. General Linear ListsPart 
3: Non-Linear Lists
6. Introduction to Trees
7. Binary Search Trees
8. AVL Search Trees
9. Heaps
10. Multiway Trees
11. GraphsPart 4: Sorting and Searching
12. Sorting
13. SearchingAppendices
A: ASCII Tables
B: Structure Charts
C: Integer and Float Libraries
D: Selected C Libraries
E: Mathematical Series and Recursive Relations
F: Array Implementations of Stacks and Queues </tableOfContents>
  <subject>
    <topic>Data structures (Computer science)</topic>
  </subject>
  <subject>
    <topic>C (Computer program language)</topic>
  </subject>
  <classification authority="ddc" edition="22nd Ed.">005.133 GIL</classification>
  <identifier type="isbn">9788131503140</identifier>
  <identifier type="isbn">8131503143</identifier>
  <recordInfo>
    <recordContentSource authority="marcorg"/>
    <recordCreationDate encoding="marc">190311</recordCreationDate>
    <recordChangeDate encoding="iso8601">20201020124733.0</recordChangeDate>
  </recordInfo>
</mods>
