[PR #1213] [MERGED] Add leetcode jump game ii #1806

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

📋 Pull Request Information

Original PR: https://github.com/TheAlgorithms/C/pull/1213
Author: @alexpantyukhin
Created: 2/8/2023
Status: Merged
Merged: 2/28/2023
Merged by: @Panquesito7

Base: masterHead: add_leetcode_jump_game_II


📝 Commits (10+)

📊 Changes

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

View changed files

📝 leetcode/DIRECTORY.md (+2 -1)
leetcode/src/45.c (+50 -0)

📄 Description

Description of Change

Add a guide for new LeetCode solutions.

References

Checklist

  • Added description of change
  • Added file name matches File name guidelines
  • Added tests and example, test must pass
  • Relevant documentation/comments is changed or added
  • 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.

Notes:


🔄 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/1213 **Author:** [@alexpantyukhin](https://github.com/alexpantyukhin) **Created:** 2/8/2023 **Status:** ✅ Merged **Merged:** 2/28/2023 **Merged by:** [@Panquesito7](https://github.com/Panquesito7) **Base:** `master` ← **Head:** `add_leetcode_jump_game_II` --- ### 📝 Commits (10+) - [`fe29714`](https://github.com/TheAlgorithms/C/commit/fe29714018dd5cff3d106d4e1c7980887c4f7d50) add leetcode Jump Game II - [`7286280`](https://github.com/TheAlgorithms/C/commit/72862808319295e8ba126dfe68a99e869a3e4134) updating DIRECTORY.md - [`5e8dbdf`](https://github.com/TheAlgorithms/C/commit/5e8dbdf954f607a0cb16c93c42b8f992f7438801) Update 45.c - [`49d01ea`](https://github.com/TheAlgorithms/C/commit/49d01ea3895283970afd68a3822d232b9a4f746d) Update leetcode/src/45.c - [`efa1673`](https://github.com/TheAlgorithms/C/commit/efa1673d4bae422f2db77a7f27bbe0f65cfd8ab8) Update leetcode/src/45.c - [`97d2098`](https://github.com/TheAlgorithms/C/commit/97d20983a01e32f0148571b580ff29c613f03229) Update leetcode/src/45.c - [`fb9dd0a`](https://github.com/TheAlgorithms/C/commit/fb9dd0a75d053bf9ff3fad434031dcec4f512c00) Update leetcode/src/45.c - [`0d6fa52`](https://github.com/TheAlgorithms/C/commit/0d6fa52e50150deb861b2052f381c2be68657dd8) Update leetcode/src/45.c - [`7d8ffee`](https://github.com/TheAlgorithms/C/commit/7d8ffee1992065e61159ce1bf5e04b70cbdfad3d) Merge branch 'master' into add_leetcode_jump_game_II - [`9ee40e3`](https://github.com/TheAlgorithms/C/commit/9ee40e353031198b93531acac354deadd7e0c102) updating DIRECTORY.md ### 📊 Changes **2 files changed** (+52 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `leetcode/DIRECTORY.md` (+2 -1) ➕ `leetcode/src/45.c` (+50 -0) </details> ### 📄 Description #### Description of Change Add a guide for new LeetCode solutions. #### References <!-- Add any reference to previous pull-request or issue --> #### Checklist <!-- Remove items that do not apply. For completed items, change [ ] to [x]. --> - [x] Added description of change - [x] Added file name matches [File name guidelines](https://github.com/TheAlgorithms/C/blob/master/CONTRIBUTING.md#File-Name-guidelines) - [ ] Added tests and example, test must pass - [x] Relevant documentation/comments is changed or added - [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. Notes: <!-- Please add a one-line description for developers or pull request viewers --> --- <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:24:49 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/C#1806