Closed steven1lung closed 2 years ago
Current RBT renders the edges in an incorrect way. The edges that have children will be rendered first, so the left and right edge would not be correct.
The problem is caused by pushing the edges into the array in the wrong order.
Current RBT renders the edges in an incorrect way. The edges that have children will be rendered first, so the left and right edge would not be correct.