ZaidMohsin457 / 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.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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.


Languages

Language:C++ 100.0%