mirror of
https://github.com/TheAlgorithms/C.git
synced 2026-02-17 22:01:45 +00:00
[PR #890] [MERGED] feat: add postfix evaluation algorithm #1407
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/890
Author: @kumaryash18
Created: 10/16/2021
Status: ✅ Merged
Merged: 10/25/2021
Merged by: @ayaankhan98
Base:
master← Head:evaluate📝 Commits (10+)
c02dba0add infix to postfix converter algorithm1d0d712docs: documentation changes32dd3e8docs: documentation changes8566c2eupdating DIRECTORY.md45d92c5docs: documentation changesda1dccfMerge branch 'expression' of https://github.com/kumaryash18/C into expressionb0fa886fix: continuous integration71a7353[test, docs]: add test case, documentation changes6e4f228docs: documentation changes9fae7a0fix: continuous integration📊 Changes
2 files changed (+129 additions, -0 deletions)
View changed files
📝
DIRECTORY.md(+1 -0)➕
misc/postfix_evaluation.c(+128 -0)📄 Description
Description of Change
added postfix expression evaluation algorithm in misc
References
Checklist
Notes:
A program in C to evaluate postfix expression
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.