mirror of
https://github.com/TheAlgorithms/C.git
synced 2026-02-17 05:54:34 +00:00
[PR #869] [MERGED] feat: add infix to postfix converter algorithm #1379
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/869
Author: @kumaryash18
Created: 10/6/2021
Status: ✅ Merged
Merged: 10/17/2021
Merged by: @Panquesito7
Base:
master← Head:expression📝 Commits (10+)
c02dba0add infix to postfix converter algorithm1d0d712docs: documentation changes32dd3e8docs: documentation changes8566c2eupdating DIRECTORY.md45d92c5docs: documentation changesda1dccfMerge branch 'expression' of https://github.com/kumaryash18/C into expressionb0fa886fix: continuous integration71a7353[test, docs]: add test case, documentation changes6e4f228docs: documentation changes9fae7a0fix: continuous integration📊 Changes
2 files changed (+165 additions, -0 deletions)
View changed files
📝
DIRECTORY.md(+1 -0)➕
conversions/infix_to_postfix2.c(+164 -0)📄 Description
Description of Change
Added a program to convert an infix expression to postfix expression in misc
References
Checklist
Notes:
A program in C to convert an infix expression to postfix expression
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.