In tree construction which is the suitable efficient data structure?
(a) Array (b) Linked list (c) Stack (d) Queue (e) none
Answer Posted / rohit sah
(b) Linked list
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
What is a queue in data structure?
Define degree of the node?
What is tree and its properties?
What is the use of heap sort?
What is return map?
What is minimum depth of binary tree?
How can a binary tree be represented using the rotation?
What is the use of placement new?
How do you sort large data?
What are different dynamic memory allocation technique in c.
How does quick sort work?
What is height balanced tree?
What are vectors used for in real life?
Explain the Complete structure of hashmap along with the basic coding of the hashmap internal implementation.
What is the difference between array and list?