[PR #1207] [MERGED] add leetcode Permutation in String #1797

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/1207
Author: @alexpantyukhin
Created: 2/4/2023
Status: Merged
Merged: 2/6/2023
Merged by: @StepfenShawn

Base: masterHead: add_leetcode_permutation_in_string


📝 Commits (10+)

📊 Changes

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

View changed files

📝 leetcode/DIRECTORY.md (+1 -0)
leetcode/src/567.c (+67 -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/1207 **Author:** [@alexpantyukhin](https://github.com/alexpantyukhin) **Created:** 2/4/2023 **Status:** ✅ Merged **Merged:** 2/6/2023 **Merged by:** [@StepfenShawn](https://github.com/StepfenShawn) **Base:** `master` ← **Head:** `add_leetcode_permutation_in_string` --- ### 📝 Commits (10+) - [`37afbbe`](https://github.com/TheAlgorithms/C/commit/37afbbe07e8d35703d00d420d958d8ec20475f7e) add leetcode Permutation in String - [`ced2fdf`](https://github.com/TheAlgorithms/C/commit/ced2fdfe4383cd2f0e3b8ba5f33b85d330403a7f) updating DIRECTORY.md - [`b150bee`](https://github.com/TheAlgorithms/C/commit/b150beefb43c6fa71575e0b1027192ec6bfe78f0) Update leetcode/src/567.c - [`7ad3025`](https://github.com/TheAlgorithms/C/commit/7ad3025e831f0db88dc93297b9c8c6c0a2fe6a52) Update leetcode/src/567.c - [`cc00444`](https://github.com/TheAlgorithms/C/commit/cc004441d0faf180e850c8e8ecd0137958832f28) Update leetcode/src/567.c - [`624c48b`](https://github.com/TheAlgorithms/C/commit/624c48b993acb376c233a156c99769c6ff78700e) Update leetcode/src/567.c - [`2485801`](https://github.com/TheAlgorithms/C/commit/24858010cfb8c0b5c33e467edfb1762fc6ea27a4) Update leetcode/src/567.c - [`742dfed`](https://github.com/TheAlgorithms/C/commit/742dfedb36d46838d8cbb6b222385613f2bdc95c) Update leetcode/src/567.c - [`ce5ea6f`](https://github.com/TheAlgorithms/C/commit/ce5ea6f9de9675dd957a841167f9842992ac70f9) Update leetcode/src/567.c - [`7a617b1`](https://github.com/TheAlgorithms/C/commit/7a617b1d9a66017f7639bc425697a6f7d20be357) Update leetcode/src/567.c ### 📊 Changes **2 files changed** (+68 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `leetcode/DIRECTORY.md` (+1 -0) ➕ `leetcode/src/567.c` (+67 -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#1797