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

Learning Algorithms (A Programmer's Guide to Writing Better Code)

List Price: $79.99
SKU:
9781492091066
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:
    George Heineman
    Format:
    Paperback
    Pages:
    278
    Publisher:
    O'Reilly Media (September 21, 2021)
    Language:
    English
    ISBN-13:
    9781492091066
    ISBN-10:
    1492091065
    Dimensions:
    7" x 9.19"
    File:
    TWO RIVERS-PERSEUS-Metadata_Only_Perseus_Distribution_Customer_Group_Metadata_20251023163248-20251023.xml
    Folder:
    TWO RIVERS
    List Price:
    $79.99
    As low as:
    $68.79
    Publisher Identifier:
    P-PER
    Discount Code:
    C
    Case Pack:
    32
    Country of Origin:
    United States
    Pub Discount:
    60
    Weight:
    16.8oz
    Imprint:
    O'Reilly Media
  • Overview

    When it comes to writing efficient code, every software professional needs to have an effective working knowledge of algorithms. In this practical book, author George Heineman (Algorithms in a Nutshell) provides concise and informative descriptions of key algorithms that improve coding. Software developers, testers, and maintainers will discover how algorithms solve computational problems creatively.

    Each chapter builds on earlier chapters through eye-catching visuals and a steady rollout of essential concepts, including an algorithm analysis to classify the performance of every algorithm presented in the book. At the end of each chapter, you'll get to apply what you've learned to a novel challenge problem -- simulating the experience you might find in a technical code interview.

    With this book, you will:

    • Examine fundamental algorithms central to computer science and software engineering
    • Learn common strategies for efficient problem solving -- such as divide and conquer, dynamic programming, and greedy approaches
    • Analyze code to evaluate time complexity using big O notation
    • Use existing Python libraries and data structures to solve problems using algorithms
    • Understand the main steps of important algorithms