Characteristics of algorithm, Analysis of algorithm : Asymptotic analysis of complexity bounds - best, average and worst-case behaviour, Performance measurements of Algorithm,
randomized algorithms.
Divide and Conquer :
General method, Binary Search, Merge sort, Quick Sort, Strassen's matrix multiplication.