Recent questions without answers

410
views
0 answers
0 votes
operations on the list in this order insert, O(n log n) decrease key, O(n) find operations. What is the time complexity of all these operations put together?A O(n)B O(n2)C O(n2 log n)D O$(sqrt(n))$
947
views
0 answers
0 votes
Consider an initially empty symbol table implemented using a hash table of size B' with hash function h(C) = C mod B. In worst case for any possible sequence of inputs where N > ... to resolve collisions?A Ο(N)B Ο (N log N)C Ο(N3)D Ο(N2)
313
views
0 answers
0 votes
.......how can we solve question by this table need help
406
views
0 answers
1 votes
203
views
0 answers
0 votes
What does it means . Plz give an example.The value of the dot product of the eigenvectors.
471
views
0 answers
0 votes
249
views
0 answers
1 votes
629
views
0 answers
0 votes
Can someone please tell me the difference between Non R.E and CoRE language ?
299
views
0 answers
0 votes
629
views
0 answers
0 votes
In following question according to bankers algorithm the safe state comes out to be p1 p3 p0 p4 p2 my question is why does the process p0 is executed before p4.
175
views
0 answers
0 votes
please explain this solution..
595
views
0 answers
0 votes
What is meant by packet as I know packet term is used in Network layer whereas datagrams term used in transport layer ~.
4.6k
views
0 answers
3 votes
GATE CS 2018 has only 1 paper set. (4th Feb , 9:00-12:00) Why only single set?? Does it mean that this time less number of students appears for GATE CS paper??
506
views
0 answers
1 votes
A) YesB) NoC) Cannot SayD) None
1.3k
views
0 answers
0 votes
Are they in the syllabus? I believe not since nothing is specified in the syllabus but I've seen questions in made easy test series regarding undo and redo list. ... Give contents of Undo and Redo list.
260
views
0 answers
0 votes
Which one is private IP?1)172.15.23.492)172.28.23.49
692
views
0 answers
1 votes
In the network 200.10.11.144/27, the fourth octet (in decimal) of the last IP address of the network, which can be assign to a host is__________
2.1k
views
0 answers
1 votes
The checksum in IP must be recomputed at every router,because of change in __________ fields?A) TTL,Option, Datagram Length , OffsetB)TTL , Header Length , Offset , TOS
367
views
0 answers
0 votes
$State \ TRUE \ OR \ FALSE :\\ Given \ an \ undirected \ connected \ graph \ with \ binary \ edge \ weights \ the \\ shortest \ path \ b/w \ any \ two \ nodes \ can \ be \ found \ in \ O(E)?$
2.7k
views
0 answers
0 votes
Suppose there are three routers between a source and destination. Ignore fragmentation. An IP datagram sent from the source to the destination will travel over how many ... How We have 8 interfaces ?I am only able to figure out 4.
416
views
0 answers
0 votes
665
views
0 answers
0 votes
Let the size of congestion window of a TCP connection be 38 KB when a timeout occurs. The propagation time of the connection is 100 msec and the maximum ... msec) by the TCP connection to get back to 36 KB congestion window is ________
591
views
0 answers
1 votes
Balanced Binary Tree vs Complete TreeInsertion and Deletion is faster in which of the above 2 structures?
690
views
0 answers
0 votes
Consider a source computer (S) transmitting a file of size 105 bits to a destination computer (D) over a network of three routers (R1 , R2 and R3) and ... and propagation delays in transmitting the file from S to D is ________ (in msec).
916
views
0 answers
0 votes
How many to divide 2t objects?A. 2 groups of t eachB. t groups of 2 each
2.1k
views
0 answers
1 votes
Process Pi repeatflag[i] = true; while ( flag[j] ) do no-op; < critical - section > flag[i] = false; < remainder - section > until false; ... refer0s to current process and "j" refers to another process.How Bounded Wait is satisfied here?
899
views
0 answers
0 votes
a bipartite or complete bipartite graph.....both are non planar ?
660
views
0 answers
0 votes
True / False:-1. : The difference between the number of nodes in a binary tree that have exactly two children and the number of leaf nodes is 12. Deletion of root ... o(n) is also correct.Given answer is : 1 is true and second is false.
361
views
0 answers
0 votes
Given a B+ tree, How can we find out their sequence of insertion?