Skip to content

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.

Notifications You must be signed in to change notification settings

ZaidMohsin457/Infix

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

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.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages