<?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>Beginning Java Data Structures and Algorithms</title>
  </titleInfo>
  <name type="personal">
    <namePart>Cutajar, James</namePart>
    <role>
      <roleTerm authority="marcrelator" type="text">creator</roleTerm>
    </role>
    <role>
      <roleTerm type="text">author</roleTerm>
    </role>
  </name>
  <name type="corporate">
    <namePart>Ohio Library and Information Network</namePart>
  </name>
  <name type="corporate">
    <namePart>Safari, an O'Reilly Media Company</namePart>
  </name>
  <typeOfResource>text</typeOfResource>
  <genre authority="local">Electronic books.</genre>
  <originInfo>
    <place>
      <placeTerm type="code" authority="marccountry">xx</placeTerm>
    </place>
    <dateIssued encoding="marc">2018</dateIssued>
    <edition>1st edition</edition>
    <issuance>monographic</issuance>
  </originInfo>
  <language>
    <languageTerm authority="iso639-2b" type="code">eng</languageTerm>
  </language>
  <physicalDescription>
    <form authority="gmd">electronic resource</form>
    <extent>1 online resource (202 pages)</extent>
  </physicalDescription>
  <abstract>Though your application serves its purpose, it might not be a high performer. Learn techniques to accurately predict code efficiency, easily dismiss inefficient solutions, and improve the performance of your application. Key Features Explains in detail different algorithms and data structures with sample problems and Java implementations where appropriate Includes interesting tips and tricks that enable you to efficiently use algorithms and data structures Covers over 20 topics using 15 practical activities and exercises Book Description Learning about data structures and algorithms gives you a better insight on how to solve common programming problems. Most of the problems faced everyday by programmers have been solved, tried, and tested. By knowing how these solutions work, you can ensure that you choose the right tool when you face these problems. This book teaches you tools that you can use to build efficient applications. It starts with an introduction to algorithms and big O notation, later explains bubble, merge, quicksort, and other popular programming patterns. You'll also learn about data structures such as binary trees, hash tables, and graphs. The book progresses to advanced concepts, such as algorithm design paradigms and graph theory. By the end of the book, you will know how to correctly implement common algorithms and data structures within your applications. What you will learn Understand some of the fundamental concepts behind key algorithms Express space and time complexities using Big O notation. Correctly implement classic sorting algorithms such as merge and quicksort Correctly implement basic and complex data structures Learn about different algorithm design paradigms, such as greedy, divide and conquer, and dynamic programming Apply powerful string matching techniques and optimize your application logic Master graph representations and learn about different graph algorithms Who this book is for If you want to better understand common data structures and algorithms by following code examples in Java and improve your application efficiency, then this is the book for you. It helps to have basic knowledge of Java, mathematics and object-oriented programming techniques</abstract>
  <note type="statement of responsibility">Cutajar, James</note>
  <note>Available to OhioLINK libraries</note>
  <note>Electronic reproduction. Boston, MA : Safari, Available via World Wide Web. 2018</note>
  <note>Mode of access: World Wide Web</note>
  <note>Made available through: Safari, an O'Reilly Media Company</note>
  <classification authority="ddc" edition="22">005.133 CJB</classification>
  <identifier type="isbn" invalid="yes"/>
  <identifier type="isbn" invalid="yes"/>
  <identifier type="isbn" invalid="yes"/>
  <identifier type="isbn" invalid="yes"/>
  <identifier type="uri">https://learning.oreilly.com/library/view/-/9781789537178/?ar</identifier>
  <location>
    <url displayLabel="Safari Books Online">https://learning.oreilly.com/library/view/-/9781789537178/?ar</url>
  </location>
  <accessCondition type="restrictionOnAccess">Available to OhioLINK libraries</accessCondition>
  <recordInfo>
    <recordContentSource authority="marcorg">Ma-Un</recordContentSource>
    <recordCreationDate encoding="marc">010818</recordCreationDate>
    <recordChangeDate encoding="iso8601">20220315122452.0</recordChangeDate>
    <recordIdentifier source="CaSebORM">1safari9781789537178</recordIdentifier>
  </recordInfo>
</mods>
