[PR #342] [CLOSED] Added Conversition and evaluation of infix to postfix expression #682

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

📋 Pull Request Information

Original PR: https://github.com/TheAlgorithms/C/pull/342
Author: @ankit-tailor
Created: 10/5/2019
Status: Closed

Base: masterHead: master


📝 Commits (1)

  • 5d04cd1 Added Conversition and evaluation of infix to postfix expression

📊 Changes

2 files changed (+234 additions, -0 deletions)

View changed files

data_structures/stack/evaluation_of_postfix.c (+134 -0)
data_structures/stack/infixToPostfix.c (+100 -0)

📄 Description

let me know if you can not understand anything


🔄 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/342 **Author:** [@ankit-tailor](https://github.com/ankit-tailor) **Created:** 10/5/2019 **Status:** ❌ Closed **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (1) - [`5d04cd1`](https://github.com/TheAlgorithms/C/commit/5d04cd1eb88e786d1d33dce49f81cd471a124a81) Added Conversition and evaluation of infix to postfix expression ### 📊 Changes **2 files changed** (+234 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `data_structures/stack/evaluation_of_postfix.c` (+134 -0) ➕ `data_structures/stack/infixToPostfix.c` (+100 -0) </details> ### 📄 Description let me know if you can not understand anything --- <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:33 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/C#682