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
Can a class have a constructor?
What do you mean by breadth first search (bfs)?
How to sort 1 million floating point numbers?
Is treemap thread safe?
Why linked lists are better than arrays?
Describe tree database.
Can arraylist contain null?
How can you insert a node to the beginning of a singly linked list?
Is Arraylist faster than Array? Why?
What are the parts of a linked list?
Explain the term binding time?
Can we apply binary search algorithm to a sorted linked list, why?
What is data structure definition?
List the types of rotations available in splay tree?
Discuss how to implement queue using stack.