Skip to content

sgrauel/evaluatePrefixAlgo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

evaluatePrefixAlgo

a non-generic implementation for evaluating expressions in Polish notation

USAGE: after compiling and creating a binary please pass in arguments at the command-line as follows:

./a.out <arg1> <arg2> ... <argN>

where arguments are assumed to be operators followed by operands in polish notation. Operands can only be integers as the implementation is non-generic for simplicity's sake.

About

a non-generic implementation for evaluating expressions in Polish notation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages