5 ms·
Thats called Modified Preorder Tree Traversal and the reason to use it over simple parent ID and order is performance.
by plonq 3y ago
Thats called Modified Preorder Tree Traversal and the reason to use it over simple parent ID and order is performance.
- cuddlyogre 3y agoThank you for explaining it. I'm curious if it's just a bad implementation.