01ce0503 Design and Analysis of Algorithm 1
01ce0503 Design and Analysis of Algorithm 1
Computer Engineering
Course Outcomes:
Computer Engineering
Equations.
2 Analysis of Algorithm: 08
The efficient algorithm, Average, Best and worst case analysis,
Amortized analysis , Asymptotic Notations(Big Oh, Big Theta, Big
Omega), Master Method, Sorting Algorithms and analysis: Bubble sort,
Selection sort, Insertion sort, Shell sort, Heap sort, Sorting in linear
time : Bucket sort, Radix sort and Counting sort
3 Divide and Conquer: 08
Introduction, Recurrence and different methods to solve recurrence,
Multiplying large Integers Problem, Problem Solving using divide and
conquer algorithm - Binary Search, Max-Min problem, Sorting (Merge
Sort, Quick Sort), Matrix Multiplication, Exponential.
4 Dynamic Programming: 08
Introduction, Elements of Dynamic Programming, The Principle of
Optimality, Problem Solving using Dynamic Programming – Calculating
the Binomial Coefficient, Making Change Problem, Assembly Line-
Scheduling, Knapsack problem, Matrix chain multiplication, Longest
Common Subsequence.
5 Greedy Algorithm 06
General Characteristics of greedy algorithms, Elements of greedy
strategy, Problem solving using - Activity selection problem, Fractional
Knapsack Problem, Job Scheduling Problem.
6 Graph Algorithms 08
Representation of Undirected & Directed Graph, Traversing Graphs,
Depth First Search, Breath First Search, Topological sort, Strongly
Connected components. Single pair shortest path and Minimum
Spanning trees (Kruskal’s algorithm, Prim’s algorithm) using greedy
approach, All Points Shortest path using Dynamic Programming,
7 Backtracking and Branch and Bound: 05
Introduction, The Eight queens problem, Knapsack problem, Travelling
Salesman problem, Minimax principle.
8 String Matching: 05
Introduction, The naive string matching algorithm, The Rabin-Karp
algorithm, String Matching with finite automata, The Knuth-Morris-
Pratt algorithm.
9 Introduction to NP-Completeness: 06
The class P and NP, Polynomial reduction, 2-CNF Satisfiability, 3- CNF
Satisfiability, NP- Completeness Problem, NP-Hard Problems.
Travelling Salesman problem, Hamiltonian problem.
Total 56 hrs
Syllabus for Bachelor of Technology
Computer Engineering
References:
Computer Engineering
1. http://www.personal.kent.edu/~rmuhamma/Algorithms/algorithm.html
2. http://nptel.ac.in/courses/106101060/
3. http://www.comp.nus.edu.sg/~cs5234/Links/Course-Links.htm
4. https://www.coursera.org/learn/algorithm-design-analysis
5. http://apps.topcoder.com/wiki/di...
6. http://www.geeksforgeeks.org,
7. http://www.algolist.net
8. http://www.cprogramming.com
9. http://www.codingunit.com