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
Why hashtable is faster than arraylist?
What are arrays used for?
Which interface treemap implements?
“int a[] = new int[3]{1, 2, 3}” – This a legal way of defining the arrays?
Write a Program for Delete an element from a doubly linked list.
What are red-black trees?
How does selection sort work?
What is the idea behind splaying?
What are different dynamic memory allocation technique in c.
What is array and its types with example?
Define a path in a tree?
Is it possible to make an array volatile in java?
What are two types of sorting?
State the advantages of using postfix notations?
Write the syntax in c to create a node in the singly linked list.