[PR #494] [MERGED] Adding LeetCode Problem 38 #904

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

📋 Pull Request Information

Original PR: https://github.com/TheAlgorithms/C/pull/494
Author: @baturyilmaz
Created: 10/31/2019
Status: Merged
Merged: 10/31/2019
Merged by: @danghai

Base: masterHead: patch-1


📝 Commits (3)

📊 Changes

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

View changed files

📝 leetcode/README.md (+1 -0)
leetcode/src/38.c (+48 -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/494 **Author:** [@baturyilmaz](https://github.com/baturyilmaz) **Created:** 10/31/2019 **Status:** ✅ Merged **Merged:** 10/31/2019 **Merged by:** [@danghai](https://github.com/danghai) **Base:** `master` ← **Head:** `patch-1` --- ### 📝 Commits (3) - [`63828a8`](https://github.com/TheAlgorithms/C/commit/63828a86c2dc39ce9c9f14379831b01515cdd258) Adding LeetCode Problem 38 - [`bf124ed`](https://github.com/TheAlgorithms/C/commit/bf124ed91e10679d5a0e546029e75353f91bc157) Update README.md - [`94462f2`](https://github.com/TheAlgorithms/C/commit/94462f2fe6beeb1657dcb76be02ca4b29d4e620e) Update 38.c ### 📊 Changes **2 files changed** (+49 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `leetcode/README.md` (+1 -0) ➕ `leetcode/src/38.c` (+48 -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:16:09 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/C#904