[PR #220] [MERGED] BUG fix data_structures/stack/parenthesis.c #501

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

📋 Pull Request Information

Original PR: https://github.com/TheAlgorithms/C/pull/220
Author: @christianbender
Created: 2/14/2019
Status: Merged
Merged: 2/14/2019
Merged by: @christianbender

Base: masterHead: changed_parenthesis.c


📝 Commits (2)

📊 Changes

2 files changed (+115 additions, -89 deletions)

View changed files

data_structures/stack/balanced parenthesis using stack in C (+0 -89)
data_structures/stack/parenthesis.c (+115 -0)

📄 Description

  • I fixed the bug
  • I refactored the project

🔄 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/220 **Author:** [@christianbender](https://github.com/christianbender) **Created:** 2/14/2019 **Status:** ✅ Merged **Merged:** 2/14/2019 **Merged by:** [@christianbender](https://github.com/christianbender) **Base:** `master` ← **Head:** `changed_parenthesis.c` --- ### 📝 Commits (2) - [`02cf095`](https://github.com/TheAlgorithms/C/commit/02cf0956533939badcd92c0a1685f5dc7b138a45) fixed bug and refactored - [`a80d748`](https://github.com/TheAlgorithms/C/commit/a80d7487aec0b99a019f4973b1f115ca9bba97c0) simplefy ### 📊 Changes **2 files changed** (+115 additions, -89 deletions) <details> <summary>View changed files</summary> ➖ `data_structures/stack/balanced parenthesis using stack in C` (+0 -89) ➕ `data_structures/stack/parenthesis.c` (+115 -0) </details> ### 📄 Description * I fixed the bug * I refactored the project --- <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:13:18 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/C#501