70 likes | 195 Vues
Join Dr. Sufian Idris for the TK3043 course, focusing on the analysis and design of algorithms. By the end of the course, you will grasp fundamental algorithm analysis techniques, assess algorithm correctness and time efficiency, and master various design strategies like brute-force, divide and conquer, and greedy methods. Engage in lectures every Monday at 11 AM and Wednesday at 10 AM, supplemented by labs and downloadable lecture slides. Reference material includes "Introduction to the Design and Analysis of Algorithms" by Anany Levitin.
E N D
TK3043 Analysis and Design of Algorithms Course Introduction
YOUR LECTURER • Name: Dr Sufian Idris • Room: E3-24 (Block E, 2nd floor)
COURSE OBJECTIVES • At the end of this course, you should have • the basic ability to analyze algorithms and to determine algorithm correctness and time efficiency class • mastered different algorithm design techniques such as brute-force, divide and conquer, greedy, etc. • the ability to apply and implement learned algorithm design techniques to solve problems.
LECTURES AND LABS • Lectures • Monday 11 am - 12 pm BK6 • Wednesday 10 am - 12 pm DK101 • Lecture Schedule
LECTURE SLIDES • Can be downloaded from http://www.ftsm.ukm.my/sufian/tk3043
REFERENCES • Anany Levitin, Introduction to the Design and Analysis of Algorithms, Addison Wesley, 2nd Edition.