Syllabus for Test3
-
Graphs (page-1080)
-
Free trees (page-1085)
-
Rooted trees (page-1087)
-
Binary trees (page-1088)
-
Number of nodes of a binary and k-ary tree (page-1090)
-
Height of a binary and k-ary tree in terms of number nodes.
-
Representation of graphs (page-527) (Adjacancy martix, Adjacancy list and Incidence matrix)
-
The divide-and-conquer approach of designing algorithms (page-28)
-
The merge-sort algorithm in detail (page-32 and 29)
-
The binary search algorithm in detail
-
Analysing divide-and-conquer algorithms (page-32)
-
The master method of solving recurrence (page-73)
-
Iterative method or recursion tree method of solving recurrence (page-67)