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
How treemap orders the elements if the key is a string?
What is the best time complexity of bubble sort?
What do you understand by stable sort?
Is array faster than arraylist?
Why is hashing used?
Which sorting algorithm is used in collections sort?
Can we make hashmap synchronized?
Can we add duplicate keys in a hashmap? What will happen if we attempt to add duplicate values?
What is hash value of a string?
Why is reflection slower?
Explain the most efficient method to reverse a linked list?
What does map stand for?
What is the difference between hashset and treeset?
Why using cookie to store session info is a better idea than just using session info in the request?
Is a hashset ordered?