Lecture Notes On Design And Analysis Of Algorithms
Lecture 
            Notes on Design and Analysis of Algorithms by Mr. S.K. Sathua, Dr. 
            M.R. Kabat, and Dr. R. Mohanty, published November 14, 2020, is an 
            80-page document that provides a vital summary of some of the 
            significant notions of algorithms. It first of all provides the 
            basics of the growth of functions and recurrences, while techniques 
            for the solution of these recurrences include substitution and 
            recursion trees. These notes introduce the Master Method for 
            analyzing divide and conquer algorithms and provide worst-case 
            analysis of merge sort, quick sort, and binary search. Other topics 
            it covers are heaps, heap sort, priority queues, and sorting lower 
            bounds, thus proving very valuable for comprehending core principles 
            in algorithm analysis and design.
Author(s): Mr. S.K. 
			Sathua, Dr. M.R. Kabat and Dr. R. Mohanty
80 Pages