Hacker News new | ask | show | jobs
by plonq 894 days ago
Thats called Modified Preorder Tree Traversal and the reason to use it over simple parent ID and order is performance.
1 comments

Thank you for explaining it. I'm curious if it's just a bad implementation.