algorithms
algorithms copied to clipboard
PreOrder, InOrder, and PostOrder Traversal
it would be nice to have PreOrder, InOrder, and PostOrder traversal methods that return nodes in the desired order in an array or slice. I guess my friend and I can work this out.