Skip to content

An enumeration program for the shortest formula of integer, consisting of addition, subtraction, multiplication, division, parentheses and numbers input by the user

License

Notifications You must be signed in to change notification settings

AISophon/Number_Combination_Generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Number_Combination_Generator

Number_Combination_Generator is a program that enumerates the shortest formula for a set of integers, consisting of addition, subtraction, multiplication, division, parentheses, and user input numbers.

It aims to provide a dictionary for homo-calculator.

The implementation method is to first run all possible combinations in python and leave the shortest positive integer formula.

English | 中文

Precautions:

  • This software is independently developed by AISophon (QQ:2498946652)

  • If you need to reprint/modify it, you need to obtain the consent of the author AISophon (QQ:2498946652). Violators will be held liable!

  • The software is only tested on Windows 11 Home Chinese Version 22H2.

  • If other systems/modified systems are used, the author AISophon (QQ:2498946652) cannot guarantee successful operation.

  • The author AISophon (QQ:2498946652) is not responsible for the losses caused to hardware/software if other systems/modified systems are used!

Tutorial:

  1. Download NCG.zip

  2. Unzip NCG.zip

  3. Open the NCG folder after unzipping NCG.zip

  4. Open the input.txt TXT text document in the NCG folder

  5. Enter several positive integers separated by spaces (e.g. 1 1 4) Note: Do not put a space at the beginning, and do not use line breaks!

  6. Save the input.txt TXT text document

  7. Run the Number_Combination_Generator.exe application

  8. Open end.txt, and the contents inside are the results.

Confidential Secret

If you like it, please give the repository a star~~

If you have better ideas, feel free to send a pull request or raise an issue.

About

An enumeration program for the shortest formula of integer, consisting of addition, subtraction, multiplication, division, parentheses and numbers input by the user

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages