DAA
DAA
DAA
Course Learning Rationale (CLR): The purpose of learning this course is to: Program Outcomes (PO) Program
Specific
CLR-1: Design efficient algorithms in solving complex real time problems 1 2 3 4 5 6 7 8 9 10 11 12 outcomes
CLR-2: Analyze various algorithm design techniques to solve real time problems in polynomial time
Design/development of
Problem Analysis
Communication
Environment &
Analyze the need of approximation and randomization algorithms, utilize the importance Non polynomial
Sustainability
CLR-5:
algorithms
solutions
PSO-1
PSO-2
PSO-3
Ethics
Course Outcomes (CO): At the end of this course, learners will be able to:
CO-1: Apply efficient algorithms to reduce space and time complexity of both recurrent and non-recurrent relations 2 1 2 1 - - - - - 3 - 3 3 1 -
CO-2: Solve problems using divide and conquer approaches 2 1 2 1 - - - - - 3 - 3 3 1 -
CO-3: Apply greedy and dynamic programming type’s techniques to solve polynomial time problems. 2 1 2 1 - - - - - 3 - 3 3 1 -
CO-4: Create exponential problems using backtracking and branch and bound approaches. 2 1 2 1 - - - - - 3 - 3 3 1 -
Interpret various approximation algorithms and interpret solutions to evaluate P type, NP Type, NPC, NP Hard 3 -
CO-5: 2 1 2 1 - - - - - 3 - 3 1
problems
20
B.Tech / M.Tech (Integrated) Programmes-Regulations 2021- Volume-11-CSE – Higher Semester Syllabi-Control Copy
Unit-4 - Backtracking 15 Hour
branch and bound - N queen’s problem – backtracking - Sum of subsets using backtracking Complexity calculation of sum of subsets Graph introduction Hamiltonian circuit - backtracking - Branch and bound -
Knapsack problem Example and complexity calculation. Differentiate with dynamic and greedy Travelling salesman problem using branch and bound - Travelling salesman problem using branch and bound example
- Travelling salesman problem using branch and bound example - Time complexity calculation with an example - Graph algorithms - Depth first search and Breadth first search - Shortest path introduction - Floyd-
Warshall Introduction - Floyd-Warshall with sample graph - Floyd-Warshall complexity
Unit-5 - Randomized and Approximation Algorithm 15 Hour
Randomized hiring problem Randomized quick sort Complexity analysis String matching algorithm Examples - Rabin Karp algorithm for string matching Example discussion - Approximation algorithm - Vertex covering
- Introduction Complexity classes - P type problems - Introduction to NP type problems - Hamiltonian cycle problem - NP complete problem introduction - Satisfiability problem - NP hard problems – Examples
Lab Experiments
Lab 1: Simple Algorithm-Insertion sort Lab 9: Longest common subsequence
Lab 2: Bubble Sort Lab 10: N queen’s problem
Lab 3: Recurrence Type-Merge sort, Linear search Lab 11: Travelling salesman problem
Lab 4: Quicksort, Binary search Lab 12: BFS and DFS implementation with array
Lab 5: Strassen Matrix multiplication Lab 13: Randomized quick sort
Lab 6: Finding Maximum and Minimum in an array, Convex Hull problem Lab 14: String matching algorithms
Lab 7: Huffman coding, knapsack and using greedy Lab 15: Discussion over analyzing a real time problem
Lab 8: Various tree traversals,
1. Thomas H Cormen, Charles E Leiserson, Ronald L Revest, Clifford Stein, Introduction 3. Ellis Horowitz, Sartajsahni, Sanguthevar, Rajesekaran, Fundamentals of Computer Algorithms,
Learning to Algorithms, 3rd ed., The MIT Press Cambridge, 2014 Galgotia Publication, 2010
Resources 2. Mark Allen Weiss, Data Structures and Algorithm Analysis in C, 2nd ed., Pearson 4. S. Sridhar, Design and Analysis of Algorithms, Oxford University Press, 2015
Education, 2006
Learning Assessment
Continuous Learning Assessment (CLA)
Summative Final Examination
Bloom’s Formative CLA-1 Average of unit test Life-Long Learning CLA-2
(40% weightage)
Level of Thinking (45%) (15%)
Theory Practice Theory Practice Theory Practice
Level 1 Remember 30% - - 30% 30% -
Level 2 Understand 70% - - 30% 30% -
Level 3 Apply - - - 40% 40% -
Level 4 Analyze - - - - - -
Level 5 Evaluate - - - - - -
Level 6 Create - - - - - -
Total 100 % 100 % 100 %
Course Designers
Experts from Industry Experts from Higher Technical Institutions Internal Experts
1. G. Venkiteswaran, Wipro Technologies, [email protected] 1. Mitesh Khapra, IITM Chennai, [email protected] 1. Dr. K.Senthil Kumar, SRMIST
2. Dr. Sainarayanan Gopalakrishnan, HCL Technologies, [email protected] 2. V. Masilamani. IIITDM, [email protected] 2. Dr. V. Sivakumar, SRMIST
3. Dr. R. Vidhya,SRMIST
21
B.Tech / M.Tech (Integrated) Programmes-Regulations 2021- Volume-11-CSE – Higher Semester Syllabi-Control Copy