mirror of
https://github.com/TheAlgorithms/C.git
synced 2026-04-20 12:29:34 +00:00
[PR #1315] [CLOSED] added a new algorithm to convert infix to postfix by using stack data structure… #1913
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/1315
Author: @akshatkhatri
Created: 10/1/2023
Status: ❌ Closed
Base:
master← Head:infix_to_postfix_using_stacks📝 Commits (1)
b7da66cadded a new algorithm to convert infix to postfix by using stack data structure📊 Changes
1 file changed (+157 additions, -0 deletions)
View changed files
➕
data_structures/stack/infix_to_postfix_using stacks.c(+157 -0)📄 Description
… structure
Description of Change
added a new algorithm to convert infix to postfix by using stack data structure…
References
Checklist
Notes:
a very important algorithm of infix to postfix conversion was missing so contributed it
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.