[PR #1206] [MERGED] add leetcode Distribute Coins in Binary Tree #1796

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

📋 Pull Request Information

Original PR: https://github.com/TheAlgorithms/C/pull/1206
Author: @alexpantyukhin
Created: 2/3/2023
Status: Merged
Merged: 2/4/2023
Merged by: @Panquesito7

Base: masterHead: add_leetcode_distribute_coins_in_binary_tree


📝 Commits (8)

  • 3c3986e add leetcode Distribute Coins in Binary Tree
  • 8da0b2e updating DIRECTORY.md
  • 963b238 Update 979.c
  • 2f2090c Update leetcode/src/979.c
  • 8b564cd Update leetcode/src/979.c
  • b290ef4 Update leetcode/src/979.c
  • 967dbe2 Update leetcode/src/979.c
  • be2e161 Merge branch 'master' into add_leetcode_distribute_coins_in_binary_tree

📊 Changes

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

View changed files

📝 leetcode/DIRECTORY.md (+1 -0)
leetcode/src/979.c (+47 -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/1206 **Author:** [@alexpantyukhin](https://github.com/alexpantyukhin) **Created:** 2/3/2023 **Status:** ✅ Merged **Merged:** 2/4/2023 **Merged by:** [@Panquesito7](https://github.com/Panquesito7) **Base:** `master` ← **Head:** `add_leetcode_distribute_coins_in_binary_tree` --- ### 📝 Commits (8) - [`3c3986e`](https://github.com/TheAlgorithms/C/commit/3c3986e3f2c7fee6ec0ce6ee9e238647beb0a623) add leetcode Distribute Coins in Binary Tree - [`8da0b2e`](https://github.com/TheAlgorithms/C/commit/8da0b2e66d8210c428ccb95b73efdc9ed825b1aa) updating DIRECTORY.md - [`963b238`](https://github.com/TheAlgorithms/C/commit/963b2383251b2e300e810bbb62f5e805869c2743) Update 979.c - [`2f2090c`](https://github.com/TheAlgorithms/C/commit/2f2090c6f626a67905eef222dc2516807a30fee8) Update leetcode/src/979.c - [`8b564cd`](https://github.com/TheAlgorithms/C/commit/8b564cd3075ca3243e9ff77497e1fcfc1c43948f) Update leetcode/src/979.c - [`b290ef4`](https://github.com/TheAlgorithms/C/commit/b290ef4ad339af119a9824c330a08f18e51de41e) Update leetcode/src/979.c - [`967dbe2`](https://github.com/TheAlgorithms/C/commit/967dbe2725c441afd4f9924b754578614cdc2bed) Update leetcode/src/979.c - [`be2e161`](https://github.com/TheAlgorithms/C/commit/be2e161ac5b6b4d095cff11ef6d3664dde2bda4d) Merge branch 'master' into add_leetcode_distribute_coins_in_binary_tree ### 📊 Changes **2 files changed** (+48 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `leetcode/DIRECTORY.md` (+1 -0) ➕ `leetcode/src/979.c` (+47 -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:44 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/C#1796