[PR #1140] [MERGED] add Number of Ways to Select Buildings #1709

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

📋 Pull Request Information

Original PR: https://github.com/TheAlgorithms/C/pull/1140
Author: @alexpantyukhin
Created: 11/8/2022
Status: Merged
Merged: 12/19/2022
Merged by: @Panquesito7

Base: masterHead: number_of_ways_to_select_buildings


📝 Commits (8)

📊 Changes

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

View changed files

📝 leetcode/DIRECTORY.md (+1 -0)
leetcode/src/2222.c (+30 -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/1140 **Author:** [@alexpantyukhin](https://github.com/alexpantyukhin) **Created:** 11/8/2022 **Status:** ✅ Merged **Merged:** 12/19/2022 **Merged by:** [@Panquesito7](https://github.com/Panquesito7) **Base:** `master` ← **Head:** `number_of_ways_to_select_buildings` --- ### 📝 Commits (8) - [`7f5333e`](https://github.com/TheAlgorithms/C/commit/7f5333ec5eebbef6a94b03f95b1e6d49fbf91477) add Number of Ways to Select Buildings - [`b9a9ec5`](https://github.com/TheAlgorithms/C/commit/b9a9ec57393653b8f098c92f74d1c6b4e88dae52) Update 2222.c - [`75bdb5b`](https://github.com/TheAlgorithms/C/commit/75bdb5be0245daed8af42667499ab644672f9e61) Rename README.md to DIRECTORY.md - [`f9b8194`](https://github.com/TheAlgorithms/C/commit/f9b8194e042f35e52c6dabebac3a6806759b9839) Merge https://github.com/TheAlgorithms/C into number_of_ways_to_select_buildings - [`06d1cc4`](https://github.com/TheAlgorithms/C/commit/06d1cc487a0debfde115f4110995be850613e261) Update leetcode/src/2222.c - [`d49d050`](https://github.com/TheAlgorithms/C/commit/d49d0506cc14e2255d82c86a0421165f942ddf80) Merge branch 'master' into number_of_ways_to_select_buildings - [`4fb2386`](https://github.com/TheAlgorithms/C/commit/4fb23866183883635f71b636e3b3a07453ccaf64) fix review notes - [`db8ec5a`](https://github.com/TheAlgorithms/C/commit/db8ec5a899d6021e84d8b26827297c05609ff743) Merge branch 'master' into number_of_ways_to_select_buildings ### 📊 Changes **2 files changed** (+31 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `leetcode/DIRECTORY.md` (+1 -0) ➕ `leetcode/src/2222.c` (+30 -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:23:45 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/C#1709