zairza-cetb / hacktoberfest-2018

MIT License
20 stars 102 forks source link

Update data_structures/stacks/C/ApplicationOfStack_Infix_to_postfix.CPP #194

Open gaharavara opened 5 years ago

gaharavara commented 5 years ago

The pull request adds an important application of stack that is the conversion of infix expression to postfix expression using the concept of push and pop in stack.