[PR #1183] [MERGED] add leetcode Difference Between Ones and Zeros in Row and Column #1760

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

📋 Pull Request Information

Original PR: https://github.com/TheAlgorithms/C/pull/1183
Author: @alexpantyukhin
Created: 12/13/2022
Status: Merged
Merged: 1/20/2023
Merged by: @Panquesito7

Base: masterHead: add_leetcode_difference_between_ones_and_zeros_in_row_and_column


📝 Commits (5)

  • 1ece22d add leetcode Difference Between Ones and Zeros in Row and Column
  • a1f3c00 Merge branch 'master' into add_leetcode_difference_between_ones_and_zeros_in_row_and_column
  • ecfd5bb Update leetcode/DIRECTORY.md
  • 7f15935 Merge branch 'master' into add_leetcode_difference_between_ones_and_zeros_in_row_and_column
  • 7a7c20a Merge branch 'master' into add_leetcode_difference_between_ones_and_zeros_in_row_and_column

📊 Changes

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

View changed files

📝 leetcode/DIRECTORY.md (+1 -0)
leetcode/src/2482.c (+42 -0)

📄 Description

Description of Change

Add a guide for new LeetCode solutions.

References

Checklist

  • Added description of change
  • Added file name matches File name guidelines
  • Added tests and example, test must pass
  • Relevant documentation/comments is changed or added
  • PR title follows semantic commit guidelines
  • Search previous suggestions before making a new one, as yours may be a duplicate.
  • 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/1183 **Author:** [@alexpantyukhin](https://github.com/alexpantyukhin) **Created:** 12/13/2022 **Status:** ✅ Merged **Merged:** 1/20/2023 **Merged by:** [@Panquesito7](https://github.com/Panquesito7) **Base:** `master` ← **Head:** `add_leetcode_difference_between_ones_and_zeros_in_row_and_column` --- ### 📝 Commits (5) - [`1ece22d`](https://github.com/TheAlgorithms/C/commit/1ece22d19d03968ad0d6e49504a93e0c32efa353) add leetcode Difference Between Ones and Zeros in Row and Column - [`a1f3c00`](https://github.com/TheAlgorithms/C/commit/a1f3c00d23393d8546a3d4d0119c1b4253c14184) Merge branch 'master' into add_leetcode_difference_between_ones_and_zeros_in_row_and_column - [`ecfd5bb`](https://github.com/TheAlgorithms/C/commit/ecfd5bb0679657bf64b8fa5cf29b923bd65b77ba) Update leetcode/DIRECTORY.md - [`7f15935`](https://github.com/TheAlgorithms/C/commit/7f159357ef268497e3a671f05bd296164fd04226) Merge branch 'master' into add_leetcode_difference_between_ones_and_zeros_in_row_and_column - [`7a7c20a`](https://github.com/TheAlgorithms/C/commit/7a7c20a97b27f1fffaeaa9fdce84f58ed1ed3566) Merge branch 'master' into add_leetcode_difference_between_ones_and_zeros_in_row_and_column ### 📊 Changes **2 files changed** (+43 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `leetcode/DIRECTORY.md` (+1 -0) ➕ `leetcode/src/2482.c` (+42 -0) </details> ### 📄 Description #### Description of Change Add a guide for new LeetCode solutions. #### References <!-- Add any reference to previous pull-request or issue --> #### Checklist <!-- Remove items that do not apply. For completed items, change [ ] to [x]. --> - [x] Added description of change - [x] Added file name matches [File name guidelines](https://github.com/TheAlgorithms/C/blob/master/CONTRIBUTING.md#File-Name-guidelines) - [ ] Added tests and example, test must pass - [x] Relevant documentation/comments is changed or added - [x] PR title follows semantic [commit guidelines](https://github.com/TheAlgorithms/C/blob/master/CONTRIBUTING.md#Commit-Guidelines) - [x] Search previous suggestions before making a new one, as yours may be a duplicate. - [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:24:22 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/C#1760