[PR #375] [MERGED] added solution and modified README.md for problem 6 Leetcode #731

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

📋 Pull Request Information

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

Base: masterHead: hoa


📝 Commits (2)

  • 92de801 added solution and modified README.md for problem 6 Leetcode
  • 54d8665 Merge branch 'master' into hoa

📊 Changes

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

View changed files

📝 leetcode/README.md (+1 -0)
leetcode/src/6.c (+33 -0)

📄 Description

No description provided


🔄 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/375 **Author:** [@HoaNP](https://github.com/HoaNP) **Created:** 10/7/2019 **Status:** ✅ Merged **Merged:** 10/10/2019 **Merged by:** [@danghai](https://github.com/danghai) **Base:** `master` ← **Head:** `hoa` --- ### 📝 Commits (2) - [`92de801`](https://github.com/TheAlgorithms/C/commit/92de801e7d7b5ee146021bb1c8d36273381e9ec5) added solution and modified README.md for problem 6 Leetcode - [`54d8665`](https://github.com/TheAlgorithms/C/commit/54d8665c0c646d2ffe892f32d3a652ebcd649643) Merge branch 'master' into hoa ### 📊 Changes **2 files changed** (+34 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `leetcode/README.md` (+1 -0) ➕ `leetcode/src/6.c` (+33 -0) </details> ### 📄 Description _No description provided_ --- <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:52 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/C#731