[PR #386] [MERGED] Create 152.c #749

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

📋 Pull Request Information

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

Base: masterHead: added_maximum_product_subarray


📝 Commits (1)

📊 Changes

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

View changed files

leetcode/src/152.c (+27 -0)

📄 Description

Added solution to problem 152, find the maximum product subarray.


🔄 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/386 **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_maximum_product_subarray` --- ### 📝 Commits (1) - [`6b0666e`](https://github.com/TheAlgorithms/C/commit/6b0666e943517a48e03b0628650a1910b908df9d) Create 152.c ### 📊 Changes **1 file changed** (+27 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `leetcode/src/152.c` (+27 -0) </details> ### 📄 Description Added solution to problem 152, find the maximum product subarray. --- <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:58 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/C#749