Udi Manber

Udi Manber is an Israeli-American computer scientist known for foundational work in algorithms and information retrieval. He co-developed tools like agrep and glimpse, authored the textbook Introduction to Algorithms: A Creative Approach, and held senior engineering and research leadership roles at Amazon, Yahoo, and Google (VP of Search Quality), later overseeing data science initiatives at the U.S. National Institutes of Health.

This list of books are ONLY the books that have been ranked on the lists that are aggregated on this site. This is not a comprehensive list of all books by this author.

  1. 1. Introduction To Algorithms

    A Creative Approach

    An accessible guide to algorithmic problem solving that emphasizes how to design algorithms and prove them correct, rather than cataloging results. Through a “design by induction” mindset, it develops core techniques—recursion, divide-and-conquer, dynamic programming, greedy strategies, and backtracking—using puzzle-like examples, invariants, and careful complexity analysis. The aim is to cultivate creativity and rigorous reasoning so readers can discover, justify, and analyze their own solutions.