laboratory 8
Expression Tree ADT
Objectives
In this laboratory you
create an implementation of the Expression Tree ADT using a linked tree structure.
use recursion to implement various operations.
develop an implementation of the Expression Tree ADT that represents logic expressions and use your implementation to model a simple logic circuit.
learn how to use C++ template specialization.
analyze how preorder, inorder, and postorder tree traversals ...
Get C++ Data Structures: A Laboratory Course, 3rd Edition now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.