Question: hello, i don't need the code, i need just help in writing the report. i need a simple report This final project is aimed at

hello, i don't need the code, i need just help in writing the report. i need a simple report
This final project is aimed at examining the comprehension of the student of the material covered during the semester. The objective is to allow the student to exercise his/her ability in writing effective code using C++ or Java Programming Language. The program has to evaluate arithmetic expressions using a BST for that purpose. The rules are the following: The program asks the user to enter an arithmetic expression in the infix format. Then the program builds a BST for that expression. After building the BST, a menu will be present to the user allowing him to: traverse the BST in inorder, traverse the BST in postorder, traverse the BST in preorder. Users will choose among the options present. The result will be the display of the original arithmetic expression and the new one that depends on the option chosen. The program should repeat as long as the user wants. Documentation The Final Project Report must contain: 1) Cover page 2) Table of contents 3) Program/problem definition 4) Discussion about the project (explain the aim behind it) 5) A Soft copy of the report and the content
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
