Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


Of the following tree structure, which is, efficient considering space and time complexities?

(a) Incomplete Binary Tree

(b) Complete Binary Tree

(c) Full Binary Tree

(b) Complete Binary Tree.



Of the following tree structure, which is, efficient considering space and time complexities? (a)..

Answer / sandeep vimal

By the method of elimination:

Full binary tree loses its nature when operations of insertions and deletions are done. For incomplete binary trees, extra storage is required and overhead of NULL node checking takes place. So complete binary tree is the better one since the property of complete binary tree is maintained even after operations like additions and deletions are done on it.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Data Structures Interview Questions

What is data and data types?

0 Answers  


Name two algorithms two find minimum spanning tree?

0 Answers  


What are data members?

0 Answers  


How is hashmap o 1?

0 Answers  


Differentiate between the singly linked list and doubly linked list.

0 Answers  


What is an ordered list?

0 Answers  


What does isempty() member method determines?

0 Answers  


What is a Breadth First Search? Give a few of its applications.

0 Answers   Ciena,


Is list an array?

0 Answers  


Define ancestor and descendant ?

0 Answers  


What is two-dimensional array?

0 Answers  


How many types of data structure are there?

0 Answers  


Categories