Skip to content

2020-Data-structure-and-algorithm/lab3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Lab 3

获取及提交lab

获取:通过 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

实验内容

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

  2. Write code for Postfix expression evaluation by using stack.

  3. All document for the above codes.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published