[PR #348] [CLOSED] Create Infix_to_Postfix.C #689

Open
opened 2026-01-29 15:14:36 +00:00 by claunia · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/TheAlgorithms/C/pull/348
Author: @Chayan-19
Created: 10/5/2019
Status: Closed

Base: masterHead: master


📝 Commits (3)

  • 8c87a95 Create Infix_to_Postfix.C
  • f0ad7a8 Create Differential_Equation.c
  • 160b873 Delete Infix_to_Postfix.C

📊 Changes

1 file changed (+70 additions, -0 deletions)

View changed files

misc/Differential_Equation.c (+70 -0)

📄 Description

C program to convert infix expression to postfix expression using stack.


🔄 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/348 **Author:** [@Chayan-19](https://github.com/Chayan-19) **Created:** 10/5/2019 **Status:** ❌ Closed **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (3) - [`8c87a95`](https://github.com/TheAlgorithms/C/commit/8c87a953e6208d1a052880f9a20b87d38014f308) Create Infix_to_Postfix.C - [`f0ad7a8`](https://github.com/TheAlgorithms/C/commit/f0ad7a8e78f45d12ff6b80a714a3b55ba805ae14) Create Differential_Equation.c - [`160b873`](https://github.com/TheAlgorithms/C/commit/160b87335f039b75ac44ad419a281a8e13469160) Delete Infix_to_Postfix.C ### 📊 Changes **1 file changed** (+70 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `misc/Differential_Equation.c` (+70 -0) </details> ### 📄 Description C program to convert infix expression to postfix expression using stack. --- <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:14:36 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/C#689