How to recursively print STL-based trees
There are plenty of resources on how we may recursively search and print the contents of binary trees. This example shows how to (recursively) make use of the Boost serialization libraries and streams in order to print the contents of a tree-like data structure. For more help on getting set up with the Boost libraries …
Continue reading ‘How to recursively print STL-based trees’ »