January 27, 2025UGC NET CS 2013 Sep-paper-2Question 12 The efficient data structure to insert/delete a number in a stored set of numbers is A Queue B Linked list C Doubly linked list […]
February 19, 2025Data-StructuresQuestion 691 A hash table with 10 buckets with one slot per bucket is depicted here. The symbols, S1 to s7 are initially entered using a […]
February 27, 2025BFS-and-DFSQuestion 3 Let U = {1, 2, 3}. Let 2U denote the powerset of U. Consider an undirected graph G whose vertex set is 2U . […]
March 8, 2025BFS-and-DFSQuestion 14 Consider the following directed graph. Suppose a depth-first traversal of this graph is performed, assuming that whenever there is a choice, the vertex earlier […]