TK3043 Analysis and Design of Algorithms

download TK3043 Analysis and Design of Algorithms

If you can't read please download the document

description

TK3043 Analysis and Design of Algorithms. Course Introduction. YOUR LECTURER. Name: Dr Sufian Idris Room: E3-24 (Block E, 2 nd floor). COURSE OBJECTIVES. At the end of this course, you should have - PowerPoint PPT Presentation

Transcript of TK3043 Analysis and Design of Algorithms

  • TK3043 Analysis and Design of AlgorithmsCourse Introduction

  • YOUR LECTURERName: Dr Sufian IdrisRoom: E3-24 (Block E, 2nd floor)

  • COURSE OBJECTIVESAt the end of this course, you should havethe basic ability to analyze algorithms and to determine algorithm correctness and time efficiency classmastered 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.

  • COURSE ASSESSMENT

    Quiz5%Assignment15%Mid-Semester Exam30%Final Exam50%

  • LECTURES AND LABSLecturesMonday11 am - 12 pmBK6Wednesday10 am - 12 pmDK101Lecture Schedule

  • LECTURE SLIDESCan be downloaded fromhttp://www.ftsm.ukm.my/sufian/tk3043

  • REFERENCESAnany Levitin, Introduction to the Design and Analysis of Algorithms, Addison Wesley, 2nd Edition.