StanleySathler / infix2postfix

C program that reads an infix expression and converts it to a postfix one

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add support to numbers with more than one digit

StanleySathler opened this issue · comments

Currently the code only supports numbers limited by one digit. It means that the numbers can vary between 0-9.

The algorithm should also support numbers with more than one digit.