Differentiate between an array and an arraylist.


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

Post New Answer

More Data Structures Interview Questions

How do you find the complexity of a selection sort?

0 Answers  


Why enum can not be used directly with printf function?

3 Answers  


Which sort show the best average behavior?

9 Answers  


Which is the parent class of list<e> class?

0 Answers  


Can arraylist hold duplicates?

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  


What are the disadvantages array implementations of linked list?

0 Answers  


Does linked list allow null values?

0 Answers  


Can arraylist store objects?

0 Answers  


What are the different types of sorting? Explain the difference between them.

0 Answers   TCS,


What is a data structure? What are the types of data structures? Briefly explain them

0 Answers  


Which sort is best for linked list?

0 Answers  


Categories