Back close

Course Detail

Course Name Design and Analysis of Algorithms
Course Code 24CSC211
Program Integrated M. Sc. Mathematics and Computing
Semester IV
Credits 3
Campus Coimbatore

Summary

Introduction: Running time analysis — recall of asymptotic notation, big-oh, theta, big-omega, and introduce little-oh and little-omega. Worst case and average case
Basic design paradigms with illustrative examples — incremental design (e.g., incremental sorting, interpolating polynomials), decremental design (e.g., GCD with discussion on input size, factorial), and pruning (e.g., order statistics).

Divide and Conquer: Integer multiplication revisited with an efficient algorithm that motivates and leads into recurrences. Solving recurrences using recurrence trees, repeated substitution, statement of master theorem. Brief recall of merge sort and its recurrence. Median in worst case linear time.

Greedy Algorithms: Greedy choice, optimal substructure property, minimum spanning trees — Prims and Kruskals, Dijkstras shortest path using arrays and heaps, fractional knapsack, and Huffman coding (use of priority queue). Dynamic Programming: Integral knapsack (contrasted with the fractional variant), longest increasing subsequence.

Graph Algorithms – Graph Traversal BFS and DFS.

String Matching: Boyer Moore – KMP – Rabin Karp. NP-completeness: reduction amongst problems, classes NP, P, NP-complete, and polynomial time reductions.

Textbooks & References

Textbooks

  1. Introduction to Algorithms, by Cormen, Leiserson, Rivest, and Stein, MIT Press, Third Edition, 2009.

References

    1. Algorithms, by Dasgupta, Papadimitrou and Vazirani, McGraw-Hill Education, 2006.
    2. Algorithm Design, by Kleinberg and Tardos, Pearson, 2005.
    3. Algorithm Design, by Goodrich and Tamassia, Wiley, 2001.

DISCLAIMER: The appearance of external links on this web site does not constitute endorsement by the School of Biotechnology/Amrita Vishwa Vidyapeetham or the information, products or services contained therein. For other than authorized activities, the Amrita Vishwa Vidyapeetham does not exercise any editorial control over the information you may find at these locations. These links are provided consistent with the stated purpose of this web site.

Admissions Apply Now