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 concurrentlinkeddeque?
Give a good data structure for having n queues ( n not fixed) in a finite memory segment. You can have some data-structure separate for each queue. Try to use at least 90% of the memory space.
How many types of searching are there in data structure?
Suppose in an integer array, there is 1 to 100 number, out of one is duplicate, how to find?
What can be stored in an arraylist?
How do you sort a map by key?
State the merits of linear representation of binary trees?
What is storage structure in data structure?
Is linked list faster than array?
What is a spanning tree?does the minimum spanning tree of a graph give the shortest distance between any 2 specified nodes?
Does hashmap allow null keys?
Write the recursive c function to count the number of nodes present in a binary tree.
Is hashmap a data structure?
What is complete binary tree and almost complete binary tree?
What is an example of an array?