Skip to content

Added InfixToPostfix in c#3541

Merged
fineanmol merged 1 commit intofineanmol:masterfrom
kl2400030727:patch-1
Oct 31, 2025
Merged

Added InfixToPostfix in c#3541
fineanmol merged 1 commit intofineanmol:masterfrom
kl2400030727:patch-1

Conversation

@kl2400030727
Copy link
Contributor

Problem

-Implementation of Infix to Postfix form in c program

Solution

-Added a new C program that converts an infix expression to postfix notation using a stack-based approach.
This helps learners and contributors understand how infix expressions are evaluated internally by compilers and improves their knowledge of data structure concepts.
⭐ Star the repo

Changes proposed in this Pull Request :

  • 1.
  • ..
    1. Added Infix to Postfix Conversion in C
  1. Implemented stack-based logic for operator precedence and parentheses handling

  2. Ensured user input and clean output formatting

@fineanmol fineanmol merged commit f82e97d into fineanmol:master Oct 31, 2025
1 of 2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants