Recent questions tagged ugcnetsep2013ii

4 votes
3 answers
33
1 votes
2 answers
34
1 votes
2 answers
35
The efficient data structure to insert/delete a number in a stored set of number isQueueLinked listDoubly linked listBinary tree
1 votes
1 answer
37
The amortized time complexity to perform ____ operation(s) in Splay trees is O(Ig n)SearchSearch and InsertSearch and DeleteSearch, Insert and Delete
4 votes
3 answers
38
Consider an undirected graph G with 100 nodes. The maximum number of edges to be included in G so that the graph is not connected is2451495048519900
1 votes
2 answers
40
The count-to-infinity problem is associated withFlooding algorithmHierarchical routing algorithmDistance vector routing algorithmLink state routing algorithm
1 votes
1 answer
42
1 votes
1 answer
43
1 votes
1 answer
44
4 votes
1 answer
46
1 votes
1 answer
48
1 votes
1 answer
49
35 votes
4 answers
50
Linked lists are not suitable data structures for which one of the following problems?Insertion sortBinary searchRadix sortPolynomial manipulation