[PR #385] [MERGED] Create 238.c #747

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/385
Author: @Abhinav2604
Created: 10/8/2019
Status: Merged
Merged: 10/10/2019
Merged by: @danghai

Base: masterHead: added_product_of_all_except_sefl


📝 Commits (1)

📊 Changes

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

View changed files

leetcode/src/238.c (+40 -0)

📄 Description

Added problem number 238, Find the product of all elements in the array except self, divison is not allowed.


🔄 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/385 **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_product_of_all_except_sefl` --- ### 📝 Commits (1) - [`7fe6aaa`](https://github.com/TheAlgorithms/C/commit/7fe6aaa35eac2d65d33ff310e438bdddd3f12130) Create 238.c ### 📊 Changes **1 file changed** (+40 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `leetcode/src/238.c` (+40 -0) </details> ### 📄 Description Added problem number 238, Find the product of all elements in the array except self, divison is not allowed. --- <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#747