World's most popular travel blog for travel bloggers.

What are red-black trees ? Explain the properties of a red-black tree.

, , No Comments

red-black tree is a binary search tree which has the following red-black properties: Every node is either red or black. Every leaf (NULL) is black. If a node is red, then both its children are black. Every simple path from a node to a descendant leaf contains the same number of black nodes.

Download Solutions

Ignou MCA Solved Question Paper

0 comments:

Post a Comment

Let us know your responses and feedback