[PR #383] [MERGED] Create 11.c #746

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

📋 Pull Request Information

Original PR: https://github.com/TheAlgorithms/C/pull/383
Author: @Abhinav2604
Created: 10/8/2019
Status: Merged
Merged: 10/10/2019
Merged by: @danghai

Base: masterHead: added_container_with_most_water


📝 Commits (1)

📊 Changes

1 file changed (+22 additions, -0 deletions)

View changed files

leetcode/src/11.c (+22 -0)

📄 Description

Added the problem, find the container with most water


🔄 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/383 **Author:** [@Abhinav2604](https://github.com/Abhinav2604) **Created:** 10/8/2019 **Status:** ✅ Merged **Merged:** 10/10/2019 **Merged by:** [@danghai](https://github.com/danghai) **Base:** `master` ← **Head:** `added_container_with_most_water` --- ### 📝 Commits (1) - [`0ac86cd`](https://github.com/TheAlgorithms/C/commit/0ac86cd6bad5f8a896c2c3bbd47aee893d79193c) Create 11.c ### 📊 Changes **1 file changed** (+22 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `leetcode/src/11.c` (+22 -0) </details> ### 📄 Description Added the problem, find the container with most water --- <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:57 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/C#746