Hi,
I am looking for an algorithm that will help me resolve this issue:
I will recieve a string that will contain calculation, such as:
"(a*(b+c))/d" and I will need to return the answer.
I know that there is an algorithm for such problems. (better example in c++, if possible)
can anyone help me with that?
It is quite urgent.
Thanks in advance,
Inbal
I am looking for an algorithm that will help me resolve this issue:
I will recieve a string that will contain calculation, such as:
"(a*(b+c))/d" and I will need to return the answer.
I know that there is an algorithm for such problems. (better example in c++, if possible)
can anyone help me with that?
It is quite urgent.
Thanks in advance,
Inbal