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 do you know about different sorting algorithms?
What is the difference between hashmap and arraylist?
What is unhashable type list?
Define a priority queue?
What is the default value of Array?
Which sorting is best and why?
In what areas do data structures are applied?
Does map extend iterable?
What are the advantages of sorting?
Define rehashing?
Define splay tree?
What is a list in data structure?
Discuss the difference between a stack and an Array?
Define depth and height of a tree?
What is the best case complexity of quicksort?