In Data Structure, write output of given program.


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

Post New Answer

More Data Structures Interview Questions

Define indegree of a graph?

0 Answers  


Why would we use dynamically allocated arrays vs vectors?

0 Answers  


create an singly linked lists and reverse the lists by interchanging the links and not the data?

13 Answers   Microsoft, TCS,


What is sequential search?

0 Answers  


What is the difference between arraylist and array?

0 Answers  






How do treesets work internally?

0 Answers  


What is faster array or arraylist?

0 Answers  


Explain the Linked List

0 Answers   Tech Mahindra,


Which interfaces are implemented by abstractqueue?

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  


Define non-linear data structures?

0 Answers  


What is the time complexity of arraylist and linked list?

0 Answers  


Categories