Closed danieldf01 closed 6 months ago
Implementing the Reingold-Tilford algorithm now because with the previous algorithm, the x values could not be calculated correctly for complex trees
Beside other exams and assignments, I did not have time to try out a different implementation for now, so this implementation is now partially based on the code provided by Rachel Lim at https://rachel53461.wordpress.com/2014/04/20/algorithm-for-drawing-trees/ This is also mentioned in the code comments. If there is time, I will try to change the code to make my own implementation work, not based on Rachel's work.
Fix the issue of overlapping nodes that occurs when there are many nodes next to each other