algorithms
algorithms copied to clipboard
Traversal algorithms issue #16
Here is our implementation of pre-order, in-order, and post-order traversal which returns nodes in a slice with the order we visit them in the desired traversing method.