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...


what is R-B tree

Answers were Sorted based on User's Feedback



what is R-B tree..

Answer / saurabh gupta

A red black tree is a binary tree where every node has
color.root node is always black , the child of a black node
either.black or red and the child node of every red node
must be black

Is This Answer Correct ?    24 Yes 0 No

what is R-B tree..

Answer / vinaygupta.1989125

R-B tree is the combination of red black tree there is
always root node is black and child node are red

Is This Answer Correct ?    31 Yes 9 No

what is R-B tree..

Answer / anupam

A red black tree is a binary tree where
1. every node has color.
2. root node is always black
3. the child of a black node is either black or red
4. both the child nodes of every red node must be black
5. all the leaves must be black

Is This Answer Correct ?    7 Yes 1 No

what is R-B tree..

Answer / santosh kumar chaudhary

Anupam all your points are right except the last one ,the
last point should be all the leaf node must be red...

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Data Structures Interview Questions

What is linear and non linear structure?

0 Answers  


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

0 Answers  


Why do we need algorithm?

0 Answers  


Reverse a linked list from the middle.

0 Answers   Aspiring Minds,


What are the types of array operations?

0 Answers  


What is time complexity of sorting algorithms?

0 Answers  


What is the difference between a hashmap and hashtable?

0 Answers  


What is the bucket size, when the overlapping and collision occur at the same time?

1 Answers  


How memory is reserved using a declaration statement in data structure?

0 Answers  


What is the difference between collections class vs collections interface?

0 Answers  


What do you mean by 2-3-4 tree?

0 Answers  


Explain the Stack

0 Answers   Tech Mahindra,


Categories