<?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>Javascript data structures and algorithms</title>
    <subTitle>an introduction to understanding and implementing core data structure and algorithm fundamentals</subTitle>
  </titleInfo>
  <name type="personal">
    <namePart>Bae, Sammie.</namePart>
    <role>
      <roleTerm authority="marcrelator" type="text">creator</roleTerm>
    </role>
  </name>
  <typeOfResource>text</typeOfResource>
  <originInfo>
    <place>
      <placeTerm type="code" authority="marccountry">xxu</placeTerm>
    </place>
    <dateIssued encoding="marc">2019</dateIssued>
    <edition>1st ed. </edition>
    <issuance>monographic</issuance>
  </originInfo>
  <language>
    <languageTerm authority="iso639-2b" type="code">eng</languageTerm>
  </language>
  <physicalDescription>
    <extent>xxi, 357p, ; 25 cm.</extent>
  </physicalDescription>
  <abstract>Explore data structures and algorithm concepts and their relation to everyday JavaScript development. A basic understanding of these ideas is essential to any JavaScript developer wishing to analyze and build great software solutions. You'll discover how to implement data structures such as hash tables, linked lists, stacks, queues, trees, and graphs. You'll also learn how a URL shortener, such as bit.ly, is developed and what is happening to the data as a PDF is uploaded to a webpage. This book covers the practical applications of data structures and algorithms to encryption, searching, sorting, and pattern matching. It is crucial for JavaScript developers to understand how data structures work and how to design algorithms. This book and the accompanying code provide that essential foundation for doing so. With JavaScript Data Structures and Algorithms you can start developing your knowledge and applying it to your JavaScript projects today.</abstract>
  <tableOfContents>1. Big-O Notation -- 2. JavaScript: Unique Parts -- 3. JavaScript Numbers -- 4. JavaScript Strings -- 5. JavaScript Arrays -- 6. JavaScript Objects -- 7. JavaScript Memory Management -- 8. Recursion -- 9. Sets -- 10. Searching and Sorting -- 11. Hash Tables -- 12. Stacks and Queues -- 13. Linked Lists -- 14. Caching -- 15. Trees -- 16. Heaps -- 17. Graphs -- 18. Advanced Strings -- 19. Dynamic Programming -- 20. Bit Manipulation.</tableOfContents>
  <note type="statement of responsibility">By Sammie Bae.</note>
  <subject authority="lcsh">
    <topic>Javascript: unique parts</topic>
  </subject>
  <subject>
    <topic>Javascript arrays</topic>
  </subject>
  <subject>
    <topic>Searching and sorting</topic>
  </subject>
  <classification authority="ddc" edition="1">005.73 BAES</classification>
  <relatedItem type="otherFormat" displayLabel="Printed edition:"/>
  <relatedItem type="otherFormat" displayLabel="Printed edition:"/>
  <identifier type="isbn">9781484239889</identifier>
  <identifier type="lccn">2019737364</identifier>
  <recordInfo>
    <recordContentSource authority="marcorg">DLC</recordContentSource>
    <recordCreationDate encoding="marc">190123</recordCreationDate>
    <recordChangeDate encoding="iso8601">20240503084012.0</recordChangeDate>
    <recordIdentifier source="OSt">21660770</recordIdentifier>
    <languageOfCataloging>
      <languageTerm authority="iso639-2b" type="code">eng</languageTerm>
    </languageOfCataloging>
  </recordInfo>
</mods>
