mirror of
https://github.com/TheAlgorithms/C.git
synced 2026-04-27 15:59:38 +00:00
[PR #611] [MERGED] feat: add infix_to_postfix.c #1059
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/TheAlgorithms/C/pull/611
Author: @ghost
Created: 9/30/2020
Status: ✅ Merged
Merged: 2/11/2021
Merged by: @ayaankhan98
Base:
master← Head:infix_to_postfix📝 Commits (10+)
d7f0955feat: add infix_to_postfix.c66c8f7cfix: checks failed95b2055docs: update for infix_to_postfix.c9464b67docs: add header file docscb1632eupdating DIRECTORY.md4f37a67feat: add source for algorithm explanationc314272fix: recognize bracket operator02845fafeat: reviewer commit5c03b36fix: suggestions from reviewb2522d2docs: update comments📊 Changes
2 files changed (+228 additions, -0 deletions)
View changed files
📝
DIRECTORY.md(+1 -0)➕
conversions/infix_to_postfix.c(+227 -0)📄 Description
Infix to Postfix Conversion
Convert infix expression to postfix expression using stack.
References
Information about infix to postfix conversion can be found here.
Checklist
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.