State the merit of linked representation of binary trees?



State the merit of linked representation of binary trees?..

Answer / Sasa

The linked representation of binary trees offers several benefits, including: (1) Dynamic size management, (2) No need for contiguous memory allocation, (3) Ease of insertion and deletion operations.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Data Structures Interview Questions

Is unordered_map a hash table?

1 Answers  


What does arraylist remove do?

1 Answers  


List the types of rotations available in splay tree?

1 Answers  


What is selection sort with example?

1 Answers  


What is difference between array and arraylist? When will you use array over arraylist?

1 Answers  


Why do we use hashmap?

1 Answers  


What is basic data structure?

1 Answers  


A lot of data structures related programs related to only trees and graphs, like the diameter of a tree, removing the loops in a graph etc.

1 Answers   Motorola,


How treemap orders the elements if the key is a string?

1 Answers  


What is ds tree?

1 Answers  


How to reference all the elements in a one-dimension array?

1 Answers  


How can we delete the first node from the singly linked list?

1 Answers  


Categories