...
October 28, 2023

GATE 2021 CS-Set-2

Question 55  In a directed acyclic graph with a source vertex s, the quality-score of s directed path is defined to be the product of the […]
July 30, 2024

GATE 2006

Question 15 Consider the following C-program fragment in which i, j and n are integer variables. for (i = n, j = 0; i >0; i […]
August 1, 2024

Back-Tracking

Question 1 Backtracking uses __________ node generation _____________ bounding functions : A Breadth first, with B Breadth first, without C Depth-first, with D Depth-first, without AlgorithmsBack-TrackingTNPSC-2017-Polytechnic-CS […]
August 10, 2024

Algorithm-Paradigms

Question 2 Which of the following is not a paradigm for designing algorithms? A Greedy Method B Divide and Conquer C Functional Programming D Dynamic Programming […]
error: Alert: Content selection is disabled!!