Computer Algorithms/ Design and Analysis of Algorithms 

Click Topic

Lecture 01 : Computer Algorithm: Introduction to Algorithms

Lecture 02 : Terms used in Algorithms Specification during Design and analysis of Algorithm

Lecture 03 : Algorithm Analysis(PART-I) Space Complexity Explored

Lecture 04 : Performance Analysis (Part-II) Time Complexity Explored

Lecture 05 : Algorithm Analysis Worst Case Complexity

Lecture 06 : Algorithm Analysis – Best Case Complexity (Ω) Explored

Lecture 07 : Algorithm Analysis: Average Case Complexity Θ notation

Lecture 08 : Little o and little ω Omega

Lecture 09 : Profiling Tool GPROF for Algorithm analysis and Measurement