<?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 and algorithms with Python</title>
    <subTitle>with an introduction to multiprocessing</subTitle>
  </titleInfo>
  <name type="personal">
    <namePart>Lee, Kent D.</namePart>
    <role>
      <roleTerm authority="marcrelator" type="text">creator</roleTerm>
    </role>
  </name>
  <name type="personal">
    <namePart>Hubbard, Steve</namePart>
  </name>
  <typeOfResource>text</typeOfResource>
  <originInfo>
    <place>
      <placeTerm type="text">Cham</placeTerm>
    </place>
    <publisher>Springer</publisher>
    <dateIssued>2024</dateIssued>
    <dateIssued encoding="marc" point="start">2024</dateIssued>
    <dateIssued encoding="marc" point="end">2015</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>xvi, 398 p.</extent>
  </physicalDescription>
  <abstract>This textbook explains the concepts and techniques required to write programs that can handle large amounts of data efficiently. Project-oriented and classroom-tested, the book presents a number of important algorithms -- supported by motivating examples -- that bring meaning to the problems faced by computer programmers. The idea of computational complexity is introduced, demonstrating what can and cannot be computed efficiently at scale, helping programmers make informed judgements about the algorithms they use. The easy-to-read text assumes some basic experience in computer programming and familiarity in an object-oriented language, but not necessarily with Python. Topics and features.</abstract>
  <note type="statement of responsibility">by Kent D. Lee and Steve Hubbard</note>
  <note>Index present</note>
  <note>Eng</note>
  <subject>
    <topic>Python (Computer program language)</topic>
  </subject>
  <subject>
    <topic>Data structures (Computer science)</topic>
  </subject>
  <classification authority="ddc">005.73 LEE-D</classification>
  <identifier type="isbn">9783031422089</identifier>
  <recordInfo>
    <recordContentSource authority="marcorg"/>
    <recordCreationDate encoding="marc">260408</recordCreationDate>
    <recordChangeDate encoding="iso8601">20260408112250.0</recordChangeDate>
  </recordInfo>
</mods>
