Skip to content

Vikram12301/Infix-expression-to-postfix-and-prefix-expression-8086

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

Infix-expression-to-postfix-and-prefix-expression-8086

This Assembly Language Programming in 8086 is designed in such a way as infix Expressions are harder for Computers to evaluate because of the additional work needed to decide precedence. Infix notation is how expressions are written and recognized by humans and, generally, input to programs. Given that they are harder to evaluate, they are generally converted to one of the two remaining forms i.e.,infix -> postfix or infix -> prefix and the code evaluates the same.

Sample input and output

Infix to Postfix

emu1

Infix to Prefix

emu2

About

The expression is obtained from user to convert it to infix or prefix expression

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published