139f2e9e5a6db38095f9ba4b006e5867e251458e
Node constructor is now completely default constructed i.e. no constructor arguments required. The iterate function takes the queue by reference, so it can update the caller's state. Finally, to_string for a Node now uses the node allocator and an index to print out trees. Seems simpler and more in line with the current implementation.
Description
Languages
C
96.1%
C++
3.8%
Shell
0.1%