Binary Tree Simplification Coding Posted on 2018-04-30 Edited on 2019-10-21 In Coursework Views: Disqus: A piece of C++ coding used to build a simplified binary tree and evaluate the tree. The code is availabile here. A possible approach is recursive which differs from mine. My approach is outlined in this report.