Function for finding all expression from '0123456789' string with pluses, minuses and/or empty strings within, that after evaluating will return expected number. Returns list of possible results
expected_result: int
- number that will be result of evaluating of expressionis_single_result: bool
- return only first success expression
git clone https://github.com/rodnoycry/expressions-finder.git
cd expressions-finder
python ./main.py