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:

  1. A + B - C
  2. (A + B) * (C - D) ^ E * F
  3. (A + B) * (C ^ (D - E) + F) - G
  4. A + (((B - C) * (D - E) + F) / G) ^ (H - J)

[Back to the Assignments List]