Section outline
-
Welcome Letter
Dear Students
Welcome to the Algorithm (CSE 213) course, I, Ferdousur Rahman Sarker will be your co-pilot in this online journey of learning.
I care about your success in these courses. I'm glad you are here.
Md. Ferdousur Rahman Sarker
Lecturer, Department of Computer Science and Engineering
Daffodil International University
Instructor
Ferdousur Rahman Sarker
Lecturer, Department of CSE
www.frsarker.com
Daffodil International UniversityOffice: Room: 109, Daffodil Tower 5
Email: ferdousur.cse0299.c@diu.edu.bd
Phone: +8801714072380
Course Rationale
Algorithms deals with efficient ways to solve different mathematical and real-life problems. It covers the common algorithms, algorithmic paradigms, and data structures used to solve computational problems. This course emphasizes the relationship between algorithms and programming and explores algorithms from the programmer’s perspective for solving problems efficiently using various programming languages.
Course Objective
This course introduces students to the analysis and design of computer algorithms. Upon completion of this course, students will be able to do the following:
- Analyse the asymptotic performance of algorithms.
- Demonstrate familiarity with major algorithms and data structures.
- Apply important algorithmic design paradigms and methods of analysis.
- Synthesize efficient algorithms in common engineering design situations.
Course Outcomes (CO’s)
CO1Analyze and calculate time complexity and space complexity of various algorithms or any written code using mathematical formula and comparison of algorithms.CO2Generate and interpret the output of iterative and recursive codes with the analysis of the problem definition.CO3Identify which algorithm listed under which algorithmic paradigm. Compare among various algorithms/implemented codes and choose the efficient one.CO4Break down and describe the simulation of various algorithms for different input values.CO5Design and apply appropriate algorithms to solve real-life problems.
Text Books
1.Introduction to Algorithms
by Thomas H. Cormen, Charles E. Leiserson, Ronald Rivest, Clifford Stein
Assessment Plan (Theory)
Final Exam40Mid-term Exam25Avg. of 3 Class Tests15Attendance07Assignment05Presentation08Total100 -
WEEK 1 Preparing Background
-
WEEK 2 Notation and Complexity Analysis
-
WEEK 3 Searching and Sorting Algorithm
-
WEEK 5 Introduction to Greedy Approach
-
WEEK 6 Introduction to Dynamic Programming
-
WEEK 7 Mid-Term Examination
-
WEEK 9 Introduction to Graph And Graph Traversal
-
WEEK 10 Knapsack Problem
-
WEEK 13 Review & Revisit all memories
-
WEEK 14 Final Examination