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
What is different between array and list?
What are priority queues?
Define 2-3 tree?
What is the heap in data structures?
Does arraylist maintain order?
Which is the parent class of linkedlist class?
Why you need a data structure?
Is priority queue sorted?
What is a singletonlist?
When ArrayIndexOutOfBoundsException occurs?
What is the difference between data types and data structures?
Describe what is Node in link list? And name the types of Linked Lists?
Two linked lists are given, find out the sum of them without altering the linked list?
What is harvesting in agriculture?
What are the basic operations of stack?