High-performance tidy trees visualization
June 14, 2022 · 17 min readThis article introduces the algorithm to draw non-layered trees in linear time and re-layout partially when some nodes change in O(d) time, where d is the maximum depth of the changed node.