ABSTRACT

Computational complexity is critical in analysis of algorithms and is important to be able to select algorithms for efficiency and solvability. Algorithm and Design Complexity initiates with discussion of algorithm analysis, time-space trade-off, symptotic notations, and so forth. It further includes algorithms that are definite and effective, known as computational procedures. Further topics explored include divide-and-conquer, dynamic programming, and backtracking.

Features:

  • Includes complete coverage of basics and design of algorithms
  • Discusses algorithm analysis techniques like divide-and-conquer, dynamic programming, and greedy heuristics
  • Provides time and space complexity tutorials
  • Reviews combinatorial optimization of Knapsack problem
  • Simplifies recurrence relation for time complexity

This book is aimed at graduate students and researchers in computers science, information technology, and electrical engineering.

chapter 1|41 pages

Algorithm Analysis

chapter 2|31 pages

Divide and Conquer

chapter 3|33 pages

Dynamic Programming

chapter 4|25 pages

Backtracking

chapter 5|46 pages

Graph