[PR #370] [MERGED] Add more solution for leetcode #726

Closed
opened 2026-01-29 15:14:50 +00:00 by claunia · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/TheAlgorithms/C/pull/370
Author: @freddy2659
Created: 10/7/2019
Status: Merged
Merged: 10/7/2019
Merged by: @danghai

Base: masterHead: master


📝 Commits (9)

📊 Changes

2 files changed (+66 additions, -1 deletions)

View changed files

📝 leetcode/README.md (+2 -1)
leetcode/src/5.c (+64 -0)

📄 Description

Added #5 for leetcode, fixed typo in leetcode/readme


🔄 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/370 **Author:** [@freddy2659](https://github.com/freddy2659) **Created:** 10/7/2019 **Status:** ✅ Merged **Merged:** 10/7/2019 **Merged by:** [@danghai](https://github.com/danghai) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (9) - [`1b2e7ec`](https://github.com/TheAlgorithms/C/commit/1b2e7ecdeace2e037ec71c1d1090b1efac53be63) Fixed bad link in leetcode readme - [`4c624a2`](https://github.com/TheAlgorithms/C/commit/4c624a2f29d6e8014076abcc600f4fa64911cef4) Add more solution for leetcode - [`35ddd30`](https://github.com/TheAlgorithms/C/commit/35ddd309c7963775d953059fb8fda86e74b99f83) Updated leetcode Readme - [`c76924f`](https://github.com/TheAlgorithms/C/commit/c76924f0629fad954f604625adad6486d173c999) Merge pull request #3 from jonohein/patch-2 - [`6da83f9`](https://github.com/TheAlgorithms/C/commit/6da83f96550eeb39aaf80da97f8d7fe7b8f0074e) Merge pull request #2 from jonohein/patch-3 - [`150962b`](https://github.com/TheAlgorithms/C/commit/150962b5fef12d63349ef11a8936768dddde1360) Merge pull request #1 from jonohein/patch-4 - [`87a21ff`](https://github.com/TheAlgorithms/C/commit/87a21ff66ccfb52c63935ead62b81f4e25cbcc09) Update 5.c - [`8c9e593`](https://github.com/TheAlgorithms/C/commit/8c9e593d020036072ff7edac164a1c69191a03e9) Update 5.c - [`6dc8e6e`](https://github.com/TheAlgorithms/C/commit/6dc8e6e4f3bba314f4e5c57a91344594d38ed43e) Update 5.c ### 📊 Changes **2 files changed** (+66 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `leetcode/README.md` (+2 -1) ➕ `leetcode/src/5.c` (+64 -0) </details> ### 📄 Description Added #5 for leetcode, fixed typo in leetcode/readme --- <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:14:50 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/C#726