Syllabus for Test4
-
The modified master method of solving recurrence.
-
The interation method or recursion-tree method of solving recurrence (page-67).
-
The substitution method of solving recurrence (page-63).
-
Sorting algorithm basics (terminology, like in-place, stable, etc.).
-
Binary heaps (page-127).
-
Operations in binary heap (Hepify, Buildheap, HeapFindMax, HeapExtractMax,
HeapIncreaseKey, HeapInsert).
-
The Heapsort algorithm (page-135).
-
Priority Queues (page-138).
-
Description of Quicksort (page-145).
-
Performance (or running time) of the Quicksort (page-149).
-
A randomized version of the quicksort (page-153).
-
Lower bounds for sorting (page-165).