mirror of
https://github.com/TheAlgorithms/C.git
synced 2026-02-04 05:44:35 +00:00
[PR #1313] [CLOSED] Created postfix to infix converter #1912
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/1313
Author: @Kavyashah26
Created: 9/30/2023
Status: ❌ Closed
Base:
master← Head:kavya📝 Commits (1)
473e9e2Created postfix to infix converter📊 Changes
1 file changed (+130 additions, -0 deletions)
View changed files
➕
conversions/postfix_to_infix.c(+130 -0)📄 Description
Description of Change
This postfix to infix converter converts postfix expression to infix and returns it , if any checks are not passed during conversion it populates relevant message for that. And if this condition doesn't apply it checks output with expected output and if that is wrong it aborts the program.
References
issue no. #1299
Checklist
Notes: This postfix to infix converter converts postfix expression to infix and returns it if all the checks are passed , at the end final evaluation of answer happens to check output is correct or not.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.