CSC 273 - Data Structure
Dr. R. M. Siegfried
Assignment 3 - Working with Prefix and Postfix Notation
Due Friday, September 20, 2019
Transform the following expressions into prefix and postfix:
- A + B - C
- (A + B) * (C - D) ^ E * F
- (A + B) * (C ^ (D - E) + F) - G
- A + (((B - C) * (D - E) + F) / G) ^ (H - J)
[Back to the Assignments List]