6 ms·
Full series: * Tree-walking algorithms: Incrementally enumerating leaf nodes of an N-ary tree - https://devblogs.microsoft.com/oldnewthing/20200106-00/?p=10330
by schwag09 7y ago
Full series:
* Tree-walking algorithms: Incrementally enumerating leaf nodes of an N-ary tree - https://devblogs.microsoft.com/oldnewthing/20200106-00/?p=103300 https://devblogs.microsoft.com/oldnewthing/20200106-00/?p=10...
* Tree-walking algorithms: Incrementally performing a preorder walk of an N-ary tree - https://devblogs.microsoft.com/oldnewthing/20200107-00/?p=103304 https://devblogs.microsoft.com/oldnewthing/20200107-00/?p=10...
* Tree-walking algorithms: Incrementally performing a postorder walk of an N-ary tree - https://devblogs.microsoft.com/oldnewthing/20200108-00/?p=103307 https://devblogs.microsoft.com/oldnewthing/20200108-00/?p=10...
* Tree-walking algorithms: Incrementally performing an inorder walk of a binary tree - https://devblogs.microsoft.com/oldnewthing/20200109-00/?p=103309 https://devblogs.microsoft.com/oldnewthing/20200109-00/?p=10...