Skip to content

Infix-to-postfix conversion algorithm application with C language.

Notifications You must be signed in to change notification settings

fyt19/conversion-algorithm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

conversion-algorithm

Infix-to-postfix conversion algorithm application with C language. Implement the infix-to-postfix conversion algorithm using a linked stack.

First you have to add these: #include <stdio.h> #include <stdlib.h> #include <string.h> #include <ctype.h>

You can use the code in any compiler without getting an error.

About

Infix-to-postfix conversion algorithm application with C language.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages