null
Loading... Please wait...
FREE SHIPPING on All Unbranded Items LEARN MORE
Print This Page

Think Data Structures (Algorithms and Information Retrieval in Java)

List Price: $39.99
SKU:
9781491972397
Quantity:
Minimum Purchase
25 unit(s)
  • Availability: Confirm prior to ordering
  • Branding: minimum 50 pieces (add’l costs below)
  • Check Freight Rates (branded products only)

Branding Options (v), Availability & Lead Times

  • 1-Color Imprint: $2.00 ea.
  • Promo-Page Insert: $2.50 ea. (full-color printed, single-sided page)
  • Belly-Band Wrap: $2.50 ea. (full-color printed)
  • Set-Up Charge: $45 per decoration
FULL DETAILS
  • Availability: Product availability changes daily, so please confirm your quantity is available prior to placing an order.
  • Branded Products: allow 10 business days from proof approval for production. Branding options may be limited or unavailable based on product design or cover artwork.
  • Unbranded Products: allow 3-5 business days for shipping. All Unbranded items receive FREE ground shipping in the US. Inquire for international shipping.
  • RETURNS/CANCELLATIONS: All orders, branded or unbranded, are NON-CANCELLABLE and NON-RETURNABLE once a purchase order has been received.
  • Product Details

    Author:
    Allen B. Downey
    Format:
    Paperback
    Pages:
    155
    Publisher:
    O'Reilly Media (August 22, 2017)
    Language:
    English
    ISBN-13:
    9781491972397
    ISBN-10:
    1491972394
    Dimensions:
    7" x 9.19"
    File:
    TWO RIVERS-PERSEUS-Metadata_Only_Perseus_Distribution_Customer_Group_Metadata_20251022163324-20251022.xml
    Folder:
    TWO RIVERS
    List Price:
    $39.99
    As low as:
    $34.39
    Publisher Identifier:
    P-PER
    Discount Code:
    C
    Case Pack:
    25
    Country of Origin:
    United States
    Pub Discount:
    60
    Weight:
    8oz
    Imprint:
    O'Reilly Media
  • Overview

    If you’re a student studying computer science or a software developer preparing for technical interviews, this practical book will help you learn and review some of the most important ideas in software engineering—data structures and algorithms—in a way that’s clearer, more concise, and more engaging than other materials.

    By emphasizing practical knowledge and skills over theory, author Allen Downey shows you how to use data structures to implement efficient algorithms, and then analyze and measure their performance. You’ll explore the important classes in the Java collections framework (JCF), how they’re implemented, and how they’re expected to perform. Each chapter presents hands-on exercises supported by test code online.

    • Use data structures such as lists and maps, and understand how they work
    • Build an application that reads Wikipedia pages, parses the contents, and navigates the resulting data tree
    • Analyze code to predict how fast it will run and how much memory it will require
    • Write classes that implement the Map interface, using a hash table and binary search tree
    • Build a simple web search engine with a crawler, an indexer that stores web page contents, and a retriever that returns user query results

    Other books by Allen Downey include Think Java, Think Python, Think Stats, and Think Bayes.