Skip to content

ACollectionOfAtoms/prefix-expression-evaluator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Solved with Python 2.7.10

Installation

pip2 install -r requirements.txt (for pytest and argparser)

Usage

python2 app.py -file {path to file}

Example (included):

python2 app.py -file test/test_file.txt

Testing

pytest test

Assumptions:

  • We assume we will always be given a valid prefix expression:

    "You are given a prefix expression".

  • We assume only a small subset of possible operators will be used: *, / and +

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages