...
November 23, 2023

Question 7719 – Data-Structures

Consider a weighted directed graph. The current shortest distance from source S to node x is represented by d[x]. Let d[u] = 15, w[u, v] = […]
November 23, 2023

Question 1261 – Algorithms

Match List-1 with List-2 and choose the correct answer from the code given below List 1 List 2 (a) Greedy Best-first Search (i) Selects a node […]
November 23, 2023

GATE 2009

Question 5 (1217)8 is equivalent to A (1217)16 B (028F)16 C (2297)10 D (0B17)16 Digital-Logic-DesignNumber-Systems Question 5 Explanation:  (1217)8 = (001 010 001 111)2 Divide the bits […]