In tree construction which is the suitable efficient data structure?

(a) Array (b) Linked list (c) Stack (d) Queue (e) none



In tree construction which is the suitable efficient data structure? (a) Array (b) Linked list ..

Answer / rohit sah

(b) Linked list

Is This Answer Correct ?    3 Yes 0 No

Post New Answer

More Data Structures Interview Questions

How is any data structure application is classified among files?

0 Answers  


Define left-in threaded tree?

0 Answers  


What is java priority queue?

0 Answers  


In the given binary tree, using array you can store the node 4 at which location? 1 2 3 - - 4 - - 5

1 Answers  


What are the different types of collections?

0 Answers  






What is declaring array?

0 Answers  


Should I use hashmap or hashtable?

0 Answers  


Parenthesis are never needed in prefix or postfix expressions. Why?

13 Answers   BPO, Microsoft,


The element being searched for is not found in an array of 100 elements. What is the average number of comparisons needed in a sequential search to determine that the element is not there, if the elements are completely unordered?

11 Answers   Morgan Stanley, Wipro,


What is time complexity of quick sort?

0 Answers  


What is the minimum number of nodes in an avl tree of height h?

0 Answers  


Are the expressions arr and &arr same for an array of integers?

0 Answers  


Categories