what is R-B tree

Answer Posted / 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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How do you explain bubble sort?

477


What is the difference between array and stack?

526


What is stable sort?

502


Can you sort a hashset?

511


What is the Difference between sax and dom parser?

554






How do you define a set?

467


How would you reverse characters of an array without using indexing in the array.

488


What is the need for priority queue?

549


What is sort function?

523


Does hashmap allow null keys?

460


Why hashtable is faster than arraylist?

526


What is the difference between an array and vector?

507


What will happen if an array goes out of bounds?

653


What is linked list ?

519


What is arraylist load factor?

503