Recent questions tagged data-structures

0 votes
0 answers
181
0 votes
0 answers
182
1 votes
1 answer
184
Provide the correct data structures for the following:Asynchronous data transfer and accessing shared resource involve _________.
1 votes
0 answers
185
Provide the correct data structures for the following:________ is used for delimiter checking and recursion.
1 votes
1 answer
186
Find the number of binary tree(s) with $3$ nodes (i.e., $\text{A, B,}$ and $\text{C})$ which when traversed by pre-order gives the sequence $\textbf{C B A}$. You also nee...
1 votes
2 answers
187
If the maximum height of a binary tree is $\mathrm{N},$ then how many number of nodes will there be?
1 votes
0 answers
189
If the prefix traversal order of a tree is $*+\mathbf{a} \mathbf{b}-\mathbf{c} \mathbf{d}$. Then, find the equivalent postfix order of the that tree.
0 votes
1 answer
190
Consider a 15 element min-heap which follows these conditions.right child of root is7 and one child of node 3 is 9. Calculate how many min heap possible?