mirror of
https://github.com/TheAlgorithms/C.git
synced 2026-04-19 03:49:35 +00:00
[PR #1311] [CLOSED] feat : add LeetCode problem 22 #1911
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/1311
Author: @paragikjain
Created: 9/30/2023
Status: ❌ Closed
Base:
master← Head:solution/generate-parentheses📝 Commits (1)
b82d014feat : add LeetCode problem 22📊 Changes
2 files changed (+52 additions, -1 deletions)
View changed files
📝
leetcode/DIRECTORY.md(+2 -1)➕
leetcode/src/22.c(+50 -0)📄 Description
Description of Change
C Language Solution to LeetCode Problem 22 : generate-parentheses
References
Checklist
Notes:
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.