Code Fragments for Chapter 6
6.1 Interfaces/InspectablePositionalContainer.h-InspectablePositionalContainer
6.1 Interfaces/PositionalContainer.h-PositionalContainer
6.1 Interfaces/InspectableTree.h-InspectableTree
6.1 Interfaces/Tree.h-Tree
6.3 TreeComputations.cpp-depth
6.5 TreeComputations.cpp-height1
6.7 TreeComputations.cpp-height2
6.9 TreeComputations.cpp-preorderPrint
6.10 TreeComputations.cpp-parenPrint
6.12 TreeComputations.cpp-postorderPrint
6.13 TreeComputations.cpp-diskSpace
6.14 Interfaces/InspectableBinaryTree.h-InspectableBinaryTree
6.14 Interfaces/BinaryTree.h-BinaryTree
6.22 EulerTour.h-TraversalResult
6.23 EulerTour.h-EulerTour1
6.24 EulerTour.h-EulerTour2
6.25 EvaluateExpressionTour.h-EvaluateExpressionTour
6.26 PrintExpressionTour.h-PrintExpressionTour
6.27 LinkedBinaryTree.h-Node
6.28 LinkedBinaryTree.h-Position
6.29 LinkedBinaryTree.h-LinkedBinaryTree1
6.30 LinkedBinaryTree.h-LinkedBinaryTree2