[PR #117] balanced parenthesis using stack in C #346

Closed
opened 2026-01-29 15:11:52 +00:00 by claunia · 0 comments
Owner

Original Pull Request: https://github.com/TheAlgorithms/C/pull/117

State: closed
Merged: Yes


this C program checks whether brackets are balanced or not in an string

**Original Pull Request:** https://github.com/TheAlgorithms/C/pull/117 **State:** closed **Merged:** Yes --- this C program checks whether brackets are balanced or not in an string
claunia added the pull-request label 2026-01-29 15:11:52 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/C#346