November 23, 2023Question 7123 – Data-StructuresConsider the game tree given below: Correct Answer: B Question 531 Explanation: A 4 B 7 C 11 D 12
November 23, 2023Question 7719 – Data-StructuresConsider 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, 2023Question 1261 – AlgorithmsMatch 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, 2023GATE 2009Question 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 […]