Skip to content

rodnoycry/expressions-finder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

Expressions finder

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 expression
  • is_single_result: bool - return only first success expression

Running locally

  • git clone https://github.com/rodnoycry/expressions-finder.git
  • cd expressions-finder
  • python ./main.py

About

Test task for Progmatic Lab

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages