Mention the data structures which are used in graph implementation.


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

Post New Answer

More Data Structures Interview Questions

Define structure property in a heap?

0 Answers  


What is the difference between classifying and sorting?

0 Answers  


What is a class user?

0 Answers  


Tell me why can't constant values be used to define an array's initial size

0 Answers  


How can I study data structures and algorithms?

0 Answers  






Why is null not allowed in concurrenthashmap?

0 Answers  


How will you check the validity of an expression containing nested parentheses?

0 Answers  


Define open addressing?

0 Answers  


In what areas do data structures applied?

0 Answers  


What are the advantages of linked list over array (static data structure)?

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  


Why is it called bubble sort?

0 Answers  


Categories