Arithmetic build program (Python version)

Source: Internet
Author: User

Arithmetic topic generation-Console based

Project hosted in the code cloud: airline Tickets

Demand analysis
    • According to the console prompt information, enter the topic to generate the relevant configuration parameters
      • Number of topics generated
      • Number Range
      • Whether there is a score in the formula
      • ....
    • Program Support
      • 10000 topic generation
      • Localized storage of topics and answers
      • Re-process the generated topics
      • API Interface Generation
      • Statistics on the wrong situation
      • ....
function implementation

Because this project is developed for object-oriented courses, the code structure is designed to be clear and straightforward.
The structure diagram is as follows:

This project mainly completes 3 main parts

    1. Expression generation
      • generator.py
    2. Title Check Weight
      • binary_tree.py
    3. Calculate the answer
      • answer.py

Basic data structures and expressions designed with stacks , two-fork-tree , inverse- polish expressions (suffix-expressions)

Not to be continued ....

Arithmetic build program (Python version)

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.