[PR #1128] [MERGED] fix: added solution link to problem 62 #1698

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

📋 Pull Request Information

Original PR: https://github.com/TheAlgorithms/C/pull/1128
Author: @aslezar
Created: 10/30/2022
Status: Merged
Merged: 11/9/2022
Merged by: @Panquesito7

Base: masterHead: patch-1


📝 Commits (1)

  • 7f3cf50 fix: added solution link to problem 62

📊 Changes

1 file changed (+1 additions, -1 deletions)

View changed files

📝 leetcode/README.md (+1 -1)

📄 Description

Description of Change

Added solution link to Leetcode problem 62

Checklist

  • Added description of change
  • 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/1128 **Author:** [@aslezar](https://github.com/aslezar) **Created:** 10/30/2022 **Status:** ✅ Merged **Merged:** 11/9/2022 **Merged by:** [@Panquesito7](https://github.com/Panquesito7) **Base:** `master` ← **Head:** `patch-1` --- ### 📝 Commits (1) - [`7f3cf50`](https://github.com/TheAlgorithms/C/commit/7f3cf50e789c3be5da51da4ec86f0d30ff477e5b) fix: added solution link to problem 62 ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `leetcode/README.md` (+1 -1) </details> ### 📄 Description #### Description of Change Added solution link to Leetcode problem 62 <!-- 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 --> #### Checklist <!-- Remove items that do not apply. For completed items, change [ ] to [x]. --> - [x] Added description of change - [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:23:39 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/C#1698