获取:通过 https://github.com/2020-Data-structure-and-algorithm/lab3,获取。
提交:将提交物放到自己lab3的文件夹中,将文件夹压缩,压缩文件名应为你的 学号_姓名 (如20210240034_陈雷远),提交至 FTP 站点(ftp://10.12.5.33)本课程文件夹的work_upload/lab3 文件夹下。
截止时间:2020年10月18日 23:59:59
-
Write code for Infix to postfix conversion by using stack (The code should be able to treat with parenthesis, braces and at least the following operators: +, −, ×, /, mod). The more operators your program support, the higher score you will get.
-
Write code for Postfix expression evaluation by using stack.
-
All document for the above codes.