November 26, 2023

Question 6356 – Algorithms

T(n)= 8T (n/2)+Cn, if n>1 = b, if n=1 Consider the recurrence relation:   Where b and c are constants. The order of the algorithm corresponding […]
November 26, 2023

Question 10824 – APPSC-2016-DL-CS

Construct a Max-heap dynamically to accomodate a stream of eight integers, 48,34,68,32,19,25,61,53 as a descending priority queue. The leaf node that is farthest from the root […]
November 26, 2023

Question 6684 – Algorithms

The minimum number of scalar multiplication required, for parenthesization of a matrix-chain product whose sequence of dimensions for four matrices is <5, 10, 3, 12, 5> […]
error: Alert: Content selection is disabled!!