/alg-expression

cs24 project assignment #1 - linked data structure that stores and processes a single-variable algebraic expression

Primary LanguageC++

alg-expression

cs24 project assignment #1 - linked data structure that stores and processes a single-variable algebraic expression

USAGE

compile:

$ g++ -o string string.cpp expression.cpp list.cpp node.cpp

run:

$ ./string