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

Fabulous Adventures in Data Structures and Algorithms

List Price: $69.99
SKU:
9781633435032
Quantity:
Minimum Purchase
25 unit(s)
Expected release date is Sep 29th 2026
  • 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:
    Eric Lippert
    Format:
    Paperback
    Pages:
    384
    Publisher:
    Manning (September 29, 2026)
    Imprint:
    Manning
    Release Date:
    September 29, 2026
    Language:
    English
    ISBN-13:
    9781633435032
    ISBN-10:
    1633435032
    Weight:
    16.9oz
    Dimensions:
    7.375" x 9.25"
    File:
    Eloquence-SimonSchuster_08052026_P10441858_onix30_Complete-20260805.xml
    Folder:
    Eloquence
    List Price:
    $69.99
    Pub Discount:
    37
    As low as:
    $66.49
    Publisher Identifier:
    P-SS
    Discount Code:
    H
  • Overview



    There’s a lot more to algorithms than the useful-but-boring recipes you recite for every interview. This unique book introduces a collection of amazing algorithms that have the potential to change the way you program.

    In this book, language designer and C# legend Eric Lippert explores exciting, esoteric, and exotic data structures and algorithms that will expand your programming toolbox and your horizons. You’ll upend the way you think about lists, learn the algorithms behind powerful developer tools, and rethink how to handle stochastic quantities in modern programming languages.

    Fabulous Adventures in Data Structures and Algorithms shows you how to:

     • Build efficient, double-ended queues from immutable parts
     • Auto-format structured text so it always looks sharp
     • Generate and manipulate random numbers from custom distributions using the same tools you use for sequences
     • Harness immutability to squeeze data smaller while speeding up repeated computations
     • Uncover the mathematical structures underlying lists, nullables, functions, tasks, and probabilities

    About the book

    Fabulous Adventures in Data Structures and Algorithms teaches you how to solve programming challenges with lesser-known algorithmic approaches. You’ll begin by examining immutable data structures—stacks, queues, deques, and unusual constructions like Hughes lists—that take on conventional assumptions about performance.

    Next, you’ll investigate algorithms drawn from building developer tools, from backtracking search in graph coloring to unification and anti-unification. Finally, you’ll venture into randomness, developing data structures and algorithms for discrete and continuous distributions, sequence operations on probability distributions, and Bayesian reasoning.

    About the reader

    For working programmers who know C#, Java, Python, or similar object-oriented language. Examples in C#.

    About the author

    Eric Lippert designed programming languages, compilers, and other developer tools for Microsoft, Coverity, and Facebook. He’s been on the design and/or implementation and/or specification teams for Visual Basic, JavaScript, VBScript, C#, Hack, and Bean Machine.