Sign up
Forgot password?
FAQ: Login

Acar U.A., Blelloch G.E. Algorithms: Parallel and Sequential

  • pdf file
  • size 6,54 MB
  • added by
  • info modified
Acar U.A., Blelloch G.E. Algorithms: Parallel and Sequential
Pittsburgh: Carnegie Mellon University, 2019. — 358 p.
This book aims to present techniques for problem solving using today’s computers, including both sequentially and parallel. For example, you might want to find the shortest path from where you are now to the nearest cafe by using your computer. The primary concerns will likely include correctness (the path found indeed should end at the nearest cafe), efficiency (that your computer consumed a relatively small amount of energy), and performance (the answer was computed reasonable quickly). This book covers different aspects of problem solving with computers such as:
Defining precisely the problem you want to solve.
Learning the different algorithm-design techniques for solving problems.
Designing abstract data types and the data structures that implement them.
Analyzing and comparing the cost of algorithms and data structures.
Remark. We are concerned both with parallel algorithms (algorithms that can perform multiple actions at the same time) and sequential algorithms (algorithms that perform a single action at a time). In our approach, however, sequential and parallel algorithms are not particularly different.
A Language for Specifying Algorithms.
Analysis of Algorithms.
Sequences.
Algorithm Design And Analysis.
Probability.
Randomization.
Binary Search Trees.
Sets and Tables.
Graphs.
True PDF
  • Sign up or login using form at top of the page to download this file.
  • Sign up
Up