Metadata
Title
CSE
Category
undergraduate
UUID
450e423aec1843959b5eb15b8f1b5e06
Source URL
https://cse.iitk.ac.in/pages/CS345.html
Parent URL
https://cse.iitk.ac.in/pages/ResearchAreasNew.html
Crawl Time
2026-03-18T08:17:26+00:00
Rendered Raw Markdown

CSE

Source: https://cse.iitk.ac.in/pages/CS345.html Parent: https://cse.iitk.ac.in/pages/ResearchAreasNew.html

CS 345: Algorithms II

Units: 3-0-0-9
Pre-requisites: ESC101, CS210
Course Contents:
  1. Amortized analysis.
  2. Exposure to some advanced data structures (For example, Fibonacci heaps or augmented data structures or interval trees or dynamic trees).
  3. As part of CS210/ESO211 course, three algorithm paradigms, namely, greedy method, divide and conquer, and dynamic programming are discussed. These algorithm paradigms should be revisited in CS345, but with advanced applications and/or emphasis on their theoretical foundations as follows.

  4. Greedy method: theoretical foundations of greedy method (matroids) and other applications.

  5. Divide and Conquer: FFT algorithm and other applications.
  6. Dynamic Programming: Bellman Ford algorithm and other applications.

  7. Graph algorithms: all-pairs shortest paths, biconnected components in undirected graphs, strongly connected components in directed graphs, and other problems.

  8. Pattern matching algorithms.
  9. Lower bound on sorting.
  10. Algorithms for maximum flow and applications.
  11. Notion of intractability: NP-completeness, reduction (the proof of Cook-Levin theorem may be skipped)
  12. Exposure to some (one or more) topics from the following list :

  13. Approximation algorithms.

  14. Algebraic and number theoretic algorithms.
  15. Computational Geometry.
  16. Linear programming.
  17. Parallel/distributed algorithms.
  18. Randomized algorithms.
Books and References:
  1. J Kleinberg, E Tardos, Algorithm Design, Addison-Wesley, 2005.
  2. TH Cormen, CF Leiserson, RL Rivest, C Stein, Introduction to Algorithms, 3rd Ed., MIT Press, 2009.
  3. AV Aho, J Hopcroft, JD Ullman, The Design and Analysis of Algorithms, Addison-Wesley, 1974.