Analysis and Design of Algorithms- A Beginner's Hope
US$ 19.95
The publisher has enabled DRM protection, which means that you need to use the BookFusion iOS, Android or Web app to read this eBook. This eBook cannot be used outside of the BookFusion platform.
Description
Contents
Reviews
Language
English
ISBN
9789386551894
Cover Page
Title Page
Copyright Page
Preface
Dedication
Acknowledgement
Table of Contents
Chapter 1: Algorithm & Algorithmic Strategy
1.1 Algorithm
1.2 History
1.3 Scope of Algorithms in different fields
1.4 Classification Of Algorithms
1.5 Pseudo Code
1.6 How to design an algorithm?
Review exercise
Solution of review exercise
Chapter 2: Complexity of Algorithms
2.1 Analysis of algorithm
2.2 Complexity
2.3 The Asymptotic Notations
2.4 Relational Properties to be applied on Asymptotic Notations
2.5 Standard notations and common functions
2.6 Basic Efficiency Classes
2.7 Logarithmic Rules
2.8 Recurrence Relation
2.9 Sorting Techniques
Review exercise
Multiple choice questions & answers
Solution of review exercise
Chapter 3: Divide-and-Conquer Algorithms
3.1 Introduction
3.2 General Divide & Conquer Recurrence
3.3 Median and Order Statistics
3.4 Binary Search
3.5 Finding Maximum and Minimum
3.6 Merge Sort
3.7 Quick Sort
3.8 Select Kth Smallest Element
3.9 Strassen's Matrix Multiplication
3.10 Convex Hull
3.11 Summary
Review exercise
Multiple choice questions & answers
Chapter 4: Greedy Algorithm
4.1 Optimization Problem
4.2 Greedy Algorithm
4.3 Coin change problem
4.4 Activity selection problem
4.5 Knapsack Problem
4.6 Job sequencing problem with deadlines (task scheduling algorithm)
Review Exercise
Multiple choice questions & answers
Chapter 5: Dynamic Programming
5.1 Dynamic Programming
5.2 Matrix Chain Multiplication
5.3 Longest Common Subsequence
5.4 Optimal Binary Search Tree
5.5 0/1 Knapsack Problem
5.6 Travelling Salesman Problem
Review exercise
Multiple choice questions & answers
Chapter 6: Graph Theory
6.1 Binary Tree
6.2 Binary Search Tree
6.3 Huffman Code
6.4 Graph
6.5 Minimum Spanning Tree
6.6. Single Source Shortest Path
6.7 Shortest Paths and Matrix Multiplication (All Pair Shortest Path Problem)
6.8 The Floyd-Warshall Algorithm
Review exercise
Multiple choice questions & answers
Chapter 7: Backtracking Algorithms
7.1 Backtracking Algorithm
7.2 N Queen Problem
7.3 Sum of subsets
7.4 Graph Coloring
7.5 Hamiltonian Cycle
Review Exercise
Multiple choice questions & answers
Chapter 8: Branch and Bound
8.1 Branch and Bound
8.2 The Knapsack Problem
8.3 Travelling Salesman Problem
Review Exercise
Multiple choice questions & answers
Chapter 9: String-Matching Algorithms
9.1 String Matching
9.2 Notations and Terminology
9.3 Lemma: (Overlapping and Suffix Lemma)
9.4 Classification Of String Matching Algorithm
Review exercise
Chapter 10: P And NP Problems
10.1 Introduction
10.2 Polynomial (P) Problems
10.3 Nondeterministic Polynomial(NP) Problems
10.4 Optimization Problems and Decision Problems
10.5 Reduction
10.6 NP Hard Problems
10.7 Cook's Theorem
10.8 Bounded Halting
Review exercise
Appendix
The book hasn't received reviews yet.