[PR #33] [MERGED] adding disarium number check and infix to postfix using stack #248

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

📋 Pull Request Information

Original PR: https://github.com/TheAlgorithms/C/pull/33
Author: @ashish4321
Created: 8/25/2017
Status: Merged
Merged: 1/6/2018
Merged by: @christianbender

Base: masterHead: master


📝 Commits (4)

📊 Changes

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

View changed files

convert.c (+62 -0)
disarium.c (+31 -0)

📄 Description

adding disarium number check and infix to postfix 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/33 **Author:** [@ashish4321](https://github.com/ashish4321) **Created:** 8/25/2017 **Status:** ✅ Merged **Merged:** 1/6/2018 **Merged by:** [@christianbender](https://github.com/christianbender) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (4) - [`83e4427`](https://github.com/TheAlgorithms/C/commit/83e4427b3eb385982da964f197a3c6dbe7b1204f) Add files via upload - [`9140bea`](https://github.com/TheAlgorithms/C/commit/9140bea1554f89d9734a22300a4d26c646ecff5e) Add files via upload - [`6974f28`](https://github.com/TheAlgorithms/C/commit/6974f28d61c580f5e3c8186441f51bc07d64ff60) Update disarium.c - [`f361d45`](https://github.com/TheAlgorithms/C/commit/f361d45483f0332668e47581940aca743d1dfdb7) Update convert.c ### 📊 Changes **2 files changed** (+93 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `convert.c` (+62 -0) ➕ `disarium.c` (+31 -0) </details> ### 📄 Description adding disarium number check and infix to postfix 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:10:34 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/C#248