mirror of
https://github.com/TheAlgorithms/C.git
synced 2026-04-21 04:49:37 +00:00
[PR #1308] [CLOSED] add code for Infix to Prefix #1905
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/1308
Author: @Agniva144
Created: 9/28/2023
Status: ❌ Closed
Base:
master← Head:master📝 Commits (2)
60cc926add code for Infix to Prefix9c0e5adadd postifx to infix code📊 Changes
1 file changed (+86 additions, -0 deletions)
View changed files
➕
conversions/postfix_to_infix.c(+86 -0)📄 Description
Description of Change
Added C code implementations for converting both infix expressions to prefix expressions and postfix expressions to infix expressions. These codes provide stack-based algorithms to perform the conversions and include proper documentation and comments for clarity and understanding.
The infix to prefix conversion code allows the conversion of infix expressions to prefix notation, while the postfix to infix conversion code allows the conversion of postfix expressions to infix notation. Both implementations enhance the functionality of the repository.
Checklist
Notes: These changes provide implementations for infix to prefix and postfix to infix conversions in C, improving the functionality of the repository and including documentation for developers and reviewers.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.