Paritosh5876 / Hacktoberfest2021

This is especially for beginners...Do submit your simple pull requests...Get your free hacktoberfest T-Shirt
Other
53 stars 343 forks source link

Create infix-to-postfix-using-array.c #384

Open jayneel-shah18 opened 2 years ago

jayneel-shah18 commented 2 years ago

This code contains the algorithm and implementation of conversion from infix expression to postfix expression. It is a very popular application of "Stack" data structure.