Talk:Red black trees

From Rosetta Code

Each node has only 3 states instead of 4 states as with AVL Trees. This may have implications in biology. It would be interesting to know whether the search trees of the brain are 3 state or 4 state, i.e. Red/Black or AVL Tree. Three states may be more susceptible to representation in biology. As an aside, 4 state trees can be made into 3 state trees if each node has a separate isHeader boolean. NNcNannara (talk) 10:55, 11 July 2016 (UTC)