<?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>Algorithmic thinking</title>
    <subTitle>a problem-based introduction</subTitle>
  </titleInfo>
  <name type="personal">
    <namePart>Zingaro, Daniel</namePart>
    <role>
      <roleTerm authority="marcrelator" type="text">creator</roleTerm>
    </role>
    <role>
      <roleTerm type="text">author.</roleTerm>
    </role>
  </name>
  <typeOfResource>text</typeOfResource>
  <genre authority="marc">bibliography</genre>
  <originInfo>
    <place>
      <placeTerm type="code" authority="marccountry">cau</placeTerm>
    </place>
    <dateIssued encoding="marc">2021</dateIssued>
    <issuance>monographic</issuance>
  </originInfo>
  <language>
    <languageTerm authority="iso639-2b" type="code">eng</languageTerm>
  </language>
  <physicalDescription>
    <form authority="marcform">print</form>
    <extent>xxix, 373 pages : illustrations ; 24 cm.</extent>
  </physicalDescription>
  <abstract>"An introduction to solving problems with algorithms and data structures, using competitive programming examples. Topics covered include recursion, dynamic programming, graphs, greedy algorithms, heaps, hash tables, segment trees, and other data structures for efficiently handling data"-Provided by publisher"--</abstract>
  <tableOfContents>Hash tables -- Trees and recursion -- Memoization and dynamic programming -- Graphs and breadth-first search -- Shortest paths in weighted graphs -- Binary search -- Heaps and segment trees -- Union-find.</tableOfContents>
  <note type="statement of responsibility">Daniel Zingaro.</note>
  <note>Includes bibliographical references and index.</note>
  <note>CSE</note>
  <subject authority="lcsh">
    <topic>Computer algorithms</topic>
    <topic>Problems, exercises, etc</topic>
  </subject>
  <subject authority="lcsh">
    <topic>Computer programming</topic>
    <topic>Problems, exercises, etc</topic>
  </subject>
  <subject authority="lcsh">
    <topic>Computer science</topic>
  </subject>
  <classification authority="lcc">QA76.9.A43 Z56 2021</classification>
  <classification authority="ddc" edition="23">005.13</classification>
  <identifier type="isbn">9781718500808</identifier>
  <identifier type="isbn">1718500807</identifier>
  <identifier type="isbn" invalid="yes"/>
  <identifier type="lccn">2020031510</identifier>
  <location>
    <physicalLocation>Ayesha Abed Library</physicalLocation>
  </location>
  <recordInfo>
    <recordContentSource authority="marcorg">DLC</recordContentSource>
    <recordCreationDate encoding="marc">230222</recordCreationDate>
    <recordIdentifier source="BD-DhAAL">40953</recordIdentifier>
    <languageOfCataloging>
      <languageTerm authority="iso639-2b" type="code">eng</languageTerm>
    </languageOfCataloging>
  </recordInfo>
</mods>
