[PR #1033] [MERGED] Added leetcode problem 10 #1578

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

📋 Pull Request Information

Original PR: https://github.com/TheAlgorithms/C/pull/1033
Author: @itsyashvardhan
Created: 10/11/2022
Status: Merged
Merged: 11/10/2022
Merged by: @Panquesito7

Base: masterHead: master


📝 Commits (8)

📊 Changes

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

View changed files

📝 leetcode/DIRECTORY.md (+1 -0)
leetcode/src/10.c (+59 -0)

📄 Description

Description of Change

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/1033 **Author:** [@itsyashvardhan](https://github.com/itsyashvardhan) **Created:** 10/11/2022 **Status:** ✅ Merged **Merged:** 11/10/2022 **Merged by:** [@Panquesito7](https://github.com/Panquesito7) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (8) - [`54aa6c1`](https://github.com/TheAlgorithms/C/commit/54aa6c1333981a8c869bf013354c2b65f4bc1831) updated readme - [`ea079e1`](https://github.com/TheAlgorithms/C/commit/ea079e1a93683cb22489eb03d7ceb4a2f586f2d5) Create 10.c - [`79451c6`](https://github.com/TheAlgorithms/C/commit/79451c62cae0fa1528b9a1e3d00e6ee2073b879c) Update README.md - [`07524c5`](https://github.com/TheAlgorithms/C/commit/07524c58869f799b9ab412d03fca2f7ee9dbc084) added documentation - [`0173a93`](https://github.com/TheAlgorithms/C/commit/0173a93a6aea5013e00f52b5cffcd20b2b4e3464) Merge branch 'master' into master - [`077413f`](https://github.com/TheAlgorithms/C/commit/077413f4e19c7bb9f8f6f77ad8fbf03df58851c4) chore: apply suggestions from code review - [`1359aff`](https://github.com/TheAlgorithms/C/commit/1359aff521bbef40f50dc5b51735296aa9fb1e4c) Merge branch 'master' into master - [`b3377a4`](https://github.com/TheAlgorithms/C/commit/b3377a4f4beeb726b2e1249532265fd73249b95b) Update DIRECTORY.md ### 📊 Changes **2 files changed** (+60 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `leetcode/DIRECTORY.md` (+1 -0) ➕ `leetcode/src/10.c` (+59 -0) </details> ### 📄 Description #### Description of Change <!-- Thank you for your Pull Request. Please provide a description above and review the requirements below. Contributors guide: https://github.com/TheAlgorithms/C/blob/master/CONTRIBUTING.md --> #### 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) - [x] 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:22:28 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/C#1578