Inspiration
Wanted to create a project that involves the Stack Data Structure.
What it does
Evaluates single-digit arithmetic expressions.
How I built it
Java
Challenges I ran into
The most common error I ran into was the index out of bounds error which I was able to fix with the help of assert statements.
Accomplishments that I'm proud of
I am proud that I was able to make the program work.
What I learned
I learned how to use the Stack Data Structure.
What's next for Single Digit Arithmetic Calculator(Infix to Postfix)
I want to upgrade this calculator so that it not only evaluates single-digit arithmetic expressions but also double-digit, triple-digit, quadruple-digit, etc. arithmetic expressions. Currently, I am basing the Stack Data Structure off of an array, so I am hoping to base it off of a Linked List next time.
Log in or sign up for Devpost to join the conversation.