7 years ago
in Data Structure
Overall Stats
Attempted
225
Correct
63
Incorrect
51
Viewed
111
Answers
Cécile Musabyemariya -
3 months ago
Cécile Musabyemariya is saying VoIP is correct answer
Lets Know -
4 years ago
Lets Know from Pakistan is saying VoIP is correct answer
Rohan Bhosale -
4 years ago
Rohan Bhosale from Pune, India is saying VoIP is correct answer
Mihir Shah -
4 years ago
Mihir Shah from Majalgaon, India is saying VoIP is correct answer
Luiz Regalo Pural -
4 years ago
Luiz Regalo Pural from Philippines is saying VoIP is correct answer
Related Questions
Which of the following statement is true ?
- [A] Optimal binary search tree construction can be performed efficiently using dynamic programming.
- [B] Breath first search cannot be used to find converted components of a graph.
- [C] Given the prefix and post fix walks over a binary tree.The binary tree cannot be uniquely constructe
- [D] Depth first search can be used to find connected components of a graph.
The initial configuration of the queue is a,b,c,d (a is the front end). To get the configuration d,c,b,a one needs a minimum of ?
- [A] 2 deletions and 3 additions
- [B] 3 additions and 2 deletions
- [C] 3 deletions and 3 additions
- [D] 3 deletions and 4 additions
What is the result of the following operation Top (Push (S, X))
- [A] X
- [B] null
- [C] s
- [D] none of these