mirror of
https://github.com/TheAlgorithms/C.git
synced 2026-07-09 02:26:34 +00:00
[PR #998] [CLOSED] feat: add solution to leetcode problem 135, candy #1540
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/998
Author: @acarlson99
Created: 10/6/2022
Status: ❌ Closed
Base:
master← Head:master📝 Commits (4)
96e1ccdcandy 135ac0bfeaMerge branch 'master' into mastereb83dc4Update DIRECTORY.md30c888fupdating DIRECTORY.md📊 Changes
4 files changed (+26 additions, -1 deletions)
View changed files
📝
DIRECTORY.md(+1 -0)📝
leetcode/DIRECTORY.md(+1 -0)📝
leetcode/README.md(+1 -1)➕
leetcode/src/135.c(+23 -0)📄 Description
Description of Change
Add solution to leetcode problem 135
References
https://leetcode.com/problems/candy/
Checklist
Notes:
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.