What are the drawbacks of array implementation of queue?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More Data Structures Interview Questions

applications of linked lists and mostly used linked list?

3 Answers  


How can we reverse the order in the treemap?

0 Answers  


How do you declare An array of three pointers to chars

0 Answers  


What are linear and non linear data structures?

0 Answers  


Is treemap synchronized?

0 Answers  






How would you dynamically allocate a one-dimensional and two-dimensional array of integers?

0 Answers  


Define a right-skewed binary tree?

0 Answers  


Is hashmap part of collection?

0 Answers  


I am given a sequential algorithm that does a routine search on an unordered list. N = 20. The probability that the value x does NOT appear in the list is exactly 60%, and the probability that x DOES appear is 40%. The 3 questions that I could not get were: A) What is the avg number of element comparisons performed when n = 20 and x does NOT appear in the List. (my answer was 20, is this correct?) B) What is the avg number of element comparisons peformed when n = 20 and x DOES appear in the list? C) What is the avg number of element comparisons performed when n = 20. This should be a single number answer they said.

3 Answers  


How does threaded binary tree represented in data structure?

0 Answers  


What is a bubble sort and how do you perform it?

0 Answers  


Which sorting technique is best in worst case?

0 Answers  


Categories