laboratory 8

Expression Tree ADT

Objectives

In this laboratory you

img create an implementation of the Expression Tree ADT using a linked tree structure.

img use recursion to implement various operations.

img 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.