[PR #803] [CLOSED] LeetCode : Added Solution and modified Readme.md for problem 98 #1317

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

📋 Pull Request Information

Original PR: https://github.com/TheAlgorithms/C/pull/803
Author: @DhruvPasricha
Created: 2/17/2021
Status: Closed

Base: masterHead: patch-1


📝 Commits (2)

  • 8835467 LeetCode : Added Solution and modified Readme.md for problem 98
  • a9159cf Added LeetCode Solution 98 and updated Readme.md

📊 Changes

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

View changed files

📝 leetcode/README.md (+1 -0)
leetcode/src/98.c (+29 -0)

📄 Description

LeetCode : Added Solution and modified Readme.md for problem 98

  • Added description of change
  • Added file name matches
  • 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.

🔄 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/803 **Author:** [@DhruvPasricha](https://github.com/DhruvPasricha) **Created:** 2/17/2021 **Status:** ❌ Closed **Base:** `master` ← **Head:** `patch-1` --- ### 📝 Commits (2) - [`8835467`](https://github.com/TheAlgorithms/C/commit/8835467ec8f0b4f8250e07c507933b020a7b0d07) LeetCode : Added Solution and modified Readme.md for problem 98 - [`a9159cf`](https://github.com/TheAlgorithms/C/commit/a9159cf05995bab9a01f58565db68ee1e5b45fc3) Added LeetCode Solution 98 and updated Readme.md ### 📊 Changes **2 files changed** (+30 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `leetcode/README.md` (+1 -0) ➕ `leetcode/src/98.c` (+29 -0) </details> ### 📄 Description LeetCode : Added Solution and modified Readme.md for problem 98 - [x] Added description of change - [x] Added file name matches - [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. --- <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:19:15 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/C#1317