[PR #311] [MERGED] 249 add maximum number of ballons #630

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

📋 Pull Request Information

Original PR: https://github.com/TheAlgorithms/C/pull/311
Author: @rodrigoAMF
Created: 10/3/2019
Status: Merged
Merged: 10/4/2019
Merged by: @danghai

Base: masterHead: 249-add-maximum-number-of-ballons


📝 Commits (3)

📊 Changes

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

View changed files

📝 leetcode/README.md (+1 -0)
leetcode/src/1189.c (+38 -0)

📄 Description

As requested on https://github.com/TheAlgorithms/C/issues/249

Add solution to problem 1189 Maximum Number of Ballons available at: https://leetcode.com/problems/maximum-number-of-balloons/

Also updated README from leetcode folder.


🔄 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/311 **Author:** [@rodrigoAMF](https://github.com/rodrigoAMF) **Created:** 10/3/2019 **Status:** ✅ Merged **Merged:** 10/4/2019 **Merged by:** [@danghai](https://github.com/danghai) **Base:** `master` ← **Head:** `249-add-maximum-number-of-ballons` --- ### 📝 Commits (3) - [`30e0034`](https://github.com/TheAlgorithms/C/commit/30e0034cdc9751fdd4648cd5d612825e2b0892df) Add solution to 1189 leetcode - [`acba511`](https://github.com/TheAlgorithms/C/commit/acba511d697c6d8635c3dd55289bc65ffebbc907) Update leetcode README - [`b9941d3`](https://github.com/TheAlgorithms/C/commit/b9941d3ee42cdb011c7fec7ff3a0e1dc93ea8cd3) Update 1189 solution ### 📊 Changes **2 files changed** (+39 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `leetcode/README.md` (+1 -0) ➕ `leetcode/src/1189.c` (+38 -0) </details> ### 📄 Description As requested on https://github.com/TheAlgorithms/C/issues/249 Add solution to problem 1189 Maximum Number of Ballons available at: https://leetcode.com/problems/maximum-number-of-balloons/ Also updated README from leetcode folder. --- <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:14:15 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/C#630