Recent questions tagged data-structures

0 votes
3 answers
211
The maximum size of the operator stack when converting the following infix to postfix expressiona ^ b * c * d + e * f ^ g (assume that “^” has highest precedence and ...
0 votes
1 answer
212
Which data structure would be most appropriate to implement a collection of values with the following 3 characteristicsSingly link list with head and tail pointerDoubly l...
1 votes
0 answers
213
A hash function h maps 16-bit inputs to 8 bit hash values. What is the largest k such that in any set of 1000 inputs, there are atleast k inputs that h maps to the same h...
0 votes
0 answers
214
A hash function h maps 16-bit inputs to 8 bit hash values. What is the largest k such that in any set of 1000 inputs, there are atleast k inputs that h maps to the same h...
0 votes
1 answer
215
Can there be “Stack Overflow” in Linked list Implementation of stack? If Yes, how?
–4 votes
2 answers
216
*MSQ*The following figure depicts a a. A tree and only treeb. A tree with 3 nodesc. A graph (Since every tree is a graph)d. A graph and only graph
1 votes
0 answers
217
Given a skew tree what will be the time complexity to balance the tree? What will be the algorithm for this?
6 votes
0 answers
218
Consider a multi-dimensional array A [90][30]40] with base address start at 1000, calculate the address of A[10][20][3] in row major order and column major order. Assume ...
0 votes
0 answers
219
0 votes
1 answer
220
Can we determine unique tree by Inorder and level order traversal .
0 votes
0 answers
221