[PR #1059] [CLOSED] subarray.c #1615

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

📋 Pull Request Information

Original PR: https://github.com/TheAlgorithms/C/pull/1059
Author: @sdeep1998
Created: 10/16/2022
Status: Closed

Base: masterHead: patch-1


📝 Commits (1)

📊 Changes

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

View changed files

data_structures/array/Sub-Array (+26 -0)

📄 Description

subarray program to find the sum of all sub arrays.

Description of Change

Added sub array program to find the sum of all sub arrays.

Checklist

  • Added description of the change
  • Added file name matches [File name guidelines]
  • I acknowledge that all my contributions will be made under the project's license.

Notes:


🔄 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/1059 **Author:** [@sdeep1998](https://github.com/sdeep1998) **Created:** 10/16/2022 **Status:** ❌ Closed **Base:** `master` ← **Head:** `patch-1` --- ### 📝 Commits (1) - [`d8f72c1`](https://github.com/TheAlgorithms/C/commit/d8f72c1d60da8e0988f6b98ccab289f4afa9904e) subarray.c ### 📊 Changes **1 file changed** (+26 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `data_structures/array/Sub-Array` (+26 -0) </details> ### 📄 Description subarray program to find the sum of all sub arrays. #### Description of Change Added sub array program to find the sum of all sub arrays. <!-- Thank you for your Pull Request. Please provide a description above and review the requirements below. Contributors guide: https://github.com/TheAlgorithms/C/blob/master/CONTRIBUTING.md --> #### Checklist <!-- Remove items that do not apply. For completed items, change [ ] to [x]. --> - [x] Added description of the change - [x] Added file name matches [File name guidelines] - [x] I acknowledge that all my contributions will be made under the project's license. Notes: <!-- Please add a one-line description for developers or pull request viewers --> --- <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:22:50 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/C#1615