News

I can't think of an easy way to do nonrecursive traversal without a lifo queue.<P> All the methods Google finds use stacks or similar data structures to keep track of where they are.<P>Then again ...
Hello.I'm looking to implement a binary tree (traversal, sorting and the like)... Preferably without the use of recursion, because it's fscking complicated and it never bloody works. One more ...