[PR #437] [CLOSED] added infix to postfix conversion for the String. #823

Closed
opened 2026-01-29 15:15:32 +00:00 by claunia · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/TheAlgorithms/C/pull/437
Author: @Utsav-Virani
Created: 10/20/2019
Status: Closed

Base: masterHead: master


📝 Commits (4)

📊 Changes

3 files changed (+167 additions, -0 deletions)

View changed files

📝 README.md (+1 -0)
data_structures/infix to postfix/infix to post fix.c (+71 -0)
data_structures/infix to postfix/stack.h (+95 -0)

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/TheAlgorithms/C/pull/437 **Author:** [@Utsav-Virani](https://github.com/Utsav-Virani) **Created:** 10/20/2019 **Status:** ❌ Closed **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (4) - [`50e2e78`](https://github.com/TheAlgorithms/C/commit/50e2e78bc22be2427eaac98141aa169e36a29bdb) Add files via upload - [`ffaa9ee`](https://github.com/TheAlgorithms/C/commit/ffaa9eead11b3ce5748ed51839089d63b4e3a199) Delete infix to postfix.rar - [`2a52d58`](https://github.com/TheAlgorithms/C/commit/2a52d5851bdd7d543e16a2fec157505cd46c02d7) Add files via upload - [`713cfc9`](https://github.com/TheAlgorithms/C/commit/713cfc95380fec33888a450c2a1b9b708797bb47) Update README.md ### 📊 Changes **3 files changed** (+167 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+1 -0) ➕ `data_structures/infix to postfix/infix to post fix.c` (+71 -0) ➕ `data_structures/infix to postfix/stack.h` (+95 -0) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
claunia added the pull-request label 2026-01-29 15:15:32 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/C#823