November 21, 2023

Algorithms

Question 33 Let G be the directed, weighted graph shown in below figure. We are interested in the shortest paths from A. (a) Output the sequence […]
November 21, 2023

Question 9936 – Algorithms

Let A be an n×n matrix such that the elements in each row and each column are arranged in ascending order. Draw a decision tree which […]
November 21, 2023

Question 11542 – Algorithms

Which of the following is not a right paradigm for solving the 0/1-knapsack problem? Correct Answer: A Question 431 Explanation:  0/1-knapsack problem is a dynamic programming […]
November 21, 2023

Database-Management-System

Question 17 Consider the following relational database schemes: COURSES(Cno, name) PRE-REQ(Cno, pre_Cno) COMPLETED(student_no, Cno) COURSES give the number and the name of all the available courses. […]