7 years ago
in Data Structure
Overall Stats
Attempted
252
Correct
35
Incorrect
76
Viewed
141
Answers
samurai kensai -
3 months ago
samurai kensai is saying Stack is correct answer
yogesh rodge -
4 years ago
yogesh rodge from India is saying List is correct answer
Lets Know -
4 years ago
Lets Know from Pakistan is saying List is correct answer
Rohan Bhosale -
4 years ago
Rohan Bhosale from Pune, India is saying Queue is correct answer
Mihir Shah -
4 years ago
Mihir Shah from Majalgaon, India is saying Queue is correct answer
Related Questions
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
Given two sorted lists of size m and n respectively.The number of comparisons needed in the worst case by the merge sort algorithm will be?
- [A] mn
- [B] max(m,n)
- [C] min(m,n)
- [D] m+n-1
You can make telephone calls over the Internet using a technology called
- [A] Intertel
- [B] Telenet
- [C] VoIP
- [D] VoRP
Linked list are not suitable data structure of which one of the following problems ?
- [A] Insertion sort
- [B] Binary search
- [C] Radix sort
- [D] Polynomial manipulation