ABSTRACT

Algorithmics of Nonuniformity is a solid presentation about the analysis of algorithms, and the data structures that support them.

Traditionally, algorithmics have been approached either via a probabilistic view or an analytic approach. The authors adopt both approaches and bring them together to get the best of both worlds and benefit from the advantage of each approach.

The text examines algorithms that are designed to handle general data—sort any array, find the median of any numerical set, and identify patterns in any setting. At the same time, it evaluates "average" performance, "typical" behavior, or in mathematical terms, the expectations of the random variables that describe their operations.

Many exercises are presented, which are essential since they convey additional

material complementing the content of the chapters. For this reason, the solutions are more than mere answers, but explain and expand upon related concepts, and motivate further work by the reader.

Highlights:

  • A unique book that merges probability with analysis of algorithms
  • Approaches analysis of algorithms from the angle of uniformity
  • Non-uniformity makes more realistic models of real-life scenarios possible
  • Results can be applied to many applications
  • Includes many exercises of various levels of difficulty

About the Authors:

Micha Hofri is a Professor of Computer Science, and former department head at Worcester Polytechnic Institute. He holds a Ph.D. of Industrial Engineering (1972), all from Technion, the Israel Institute of Technology. He has 39 publications in Mathematics.

Hosam Mahmoud is a Professor at, the Department of Statistics at George Washington University in Washington D.C., where he used to be the former chair. He holds an Ph.D. in Computer Science from Ohio State University. He is on the editorial board of five academic journals.

 

chapter 1|12 pages

Introduction

chapter 2|36 pages

Counting

chapter 3|22 pages

Symbolic Calculus

chapter 4|34 pages

Languages and Their Generating Functions

chapter 5|56 pages

Probability in Algorithmics

chapter 6|26 pages

Functional Transforms

chapter 7|40 pages

Nonuniform Pólya Urn Schemes

chapter 8|68 pages

Nonuniform Data Models

chapter 9|26 pages

Sorting Nonuniform Data

chapter 10|48 pages

Recursive Trees

chapter 11|32 pages

Series-Parallel Graphs