/Infix

This repository contains the code that is made form two different algorithms. First one is to convert Infix to Postfix and the second one is used to solve that Postfix expression and get a single result.

Primary LanguageC++

Infix to Postfix Conversion and then its Solution

In this code, First I converted the infix expression into a postfix expression using a certain algorithm and then finally solved that postfix expression using another certain algorithm