[PR #1199] [MERGED] add leetcode Find the Town Judge #1785

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

📋 Pull Request Information

Original PR: https://github.com/TheAlgorithms/C/pull/1199
Author: @alexpantyukhin
Created: 1/23/2023
Status: Merged
Merged: 1/31/2023
Merged by: @Panquesito7

Base: masterHead: add_leetcode_find_the_town_judge


📝 Commits (7)

  • 3761d29 add leetcode Find the Town Judge
  • e568c14 Merge branch 'master' into add_leetcode_find_the_town_judge
  • 33c9d0c updating DIRECTORY.md
  • 78dd419 Update leetcode/src/997.c
  • 717a2c0 Merge branch 'master' into add_leetcode_find_the_town_judge
  • 3513b7c updating DIRECTORY.md
  • a88d15e Merge branch 'master' into add_leetcode_find_the_town_judge

📊 Changes

2 files changed (+170 additions, -140 deletions)

View changed files

📝 leetcode/DIRECTORY.md (+141 -140)
leetcode/src/997.c (+29 -0)

📄 Description

Description of Change

Add the leetcode directory md updater.

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/1199 **Author:** [@alexpantyukhin](https://github.com/alexpantyukhin) **Created:** 1/23/2023 **Status:** ✅ Merged **Merged:** 1/31/2023 **Merged by:** [@Panquesito7](https://github.com/Panquesito7) **Base:** `master` ← **Head:** `add_leetcode_find_the_town_judge` --- ### 📝 Commits (7) - [`3761d29`](https://github.com/TheAlgorithms/C/commit/3761d297b406cbe3f24d63f92a75da5c6fcc31cf) add leetcode Find the Town Judge - [`e568c14`](https://github.com/TheAlgorithms/C/commit/e568c1487f53d0fb2367e3b155278d53b5afee7b) Merge branch 'master' into add_leetcode_find_the_town_judge - [`33c9d0c`](https://github.com/TheAlgorithms/C/commit/33c9d0c3fb71f2422cd19ec3835f757d5d60ecaa) updating DIRECTORY.md - [`78dd419`](https://github.com/TheAlgorithms/C/commit/78dd4191b251818382450f05caa85c32e5123731) Update leetcode/src/997.c - [`717a2c0`](https://github.com/TheAlgorithms/C/commit/717a2c0c89186617ac3a5c1c1c5a1f15af7f95b2) Merge branch 'master' into add_leetcode_find_the_town_judge - [`3513b7c`](https://github.com/TheAlgorithms/C/commit/3513b7c5e3a0b750feba1f6eff4b713b0e41319e) updating DIRECTORY.md - [`a88d15e`](https://github.com/TheAlgorithms/C/commit/a88d15e25a57c2ff057824ac9bb66ee65344db72) Merge branch 'master' into add_leetcode_find_the_town_judge ### 📊 Changes **2 files changed** (+170 additions, -140 deletions) <details> <summary>View changed files</summary> 📝 `leetcode/DIRECTORY.md` (+141 -140) ➕ `leetcode/src/997.c` (+29 -0) </details> ### 📄 Description #### Description of Change Add the leetcode directory md updater. #### 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 - [ ] 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 - [ ] 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:37 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/C#1785