/DAA

Study material and assignments related to Design and Analysis of Algorithms course taught by Professor Smaranjit Ghose

MIT LicenseMIT

Design and Analysis of Algorithms

🎓 Course Information

  • Subject Code :
  • Faculty: Professor Smaranjit Ghose
  • Semester: 5
  • Term: Fall
  • Year: 2024
  • Divisions (under direct tutelage): 5ITC, 5B33

📚Course Modules

# Topic Study Material Assignments
1 Introduction to Algorithms Intro to Algo PPT Python Fundamentals Assignment
2 Searching Linear Search Assignment, Binary Search Assignment
3 Recursion Recursion PPT Recursion Assignment
4 Time and Space Complexity
5 Sorting
6 Divide and Conquer
7 Greedy Algorithms
8 Dynamic Programming
9 Backtracking
10 String Manipulation
11 Complexity Classes