此项目包括牛客网华为机试训练集的解答,机试真题解答以及常用函数所组成的模块。此模块的优点是函数名、变量名直接解释程序的用途,逻辑结构明了。This is a project covering the sample exercises/training tests published by Huawei on www.nowcoder.com (online judge system).
此项目包括牛客网华为机试训练集的解答,机试真题解答以及常用函数所组成的模块。此模块的优点是函数名、变量名直接解释了程序的用途,逻辑结构明了。
The solutions are named as self-explanatory as possible.
The solutions covers the exercises with the following titles.
具体提供解答程序的题目如下:
The following instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
Python 3 is used when this project is constructed. This project requires the following packages to be installed:
Python 3 can be acquired at the official website, download page.
To check which packages have already been installed in your python 3 environment, you can run the following command in your
shell or powershell terminal:
python3 freeze
Run the test using “unittest” configuration template.