PacktPublishing / Learning-Functional-Data-Structures-and-Algorithms

Learning Functional Data Structures and Algorithms published by Packt
MIT License
36 stars 13 forks source link

Red Black Tree code in chapter 11 does not create a correct red black tree #1

Open ghost opened 2 years ago

ghost commented 2 years ago

Red Black Tree code in chapter 11 does not create a correct red black tree

Maran9 commented 2 years ago

Could you expound on the issue?

ghost commented 2 years ago

The red and black colors of the nodes are not correct.